Skip to main content
Drupal API
User account menu
  • Log in

Breadcrumb

  1. Drupal Core 11.1.x
  2. StreamWrapperInterface.php

function StreamWrapperInterface::getName

Returns the name of the stream wrapper for use in the UI.

Return value

string|\Drupal\Core\StringTranslation\TranslatableMarkup The stream wrapper name.

4 methods override StreamWrapperInterface::getName()
PrivateStream::getName in core/lib/Drupal/Core/StreamWrapper/PrivateStream.php
Returns the name of the stream wrapper for use in the UI.
PublicStream::getName in core/lib/Drupal/Core/StreamWrapper/PublicStream.php
Returns the name of the stream wrapper for use in the UI.
TemporaryStream::getName in core/lib/Drupal/Core/StreamWrapper/TemporaryStream.php
Returns the name of the stream wrapper for use in the UI.
TranslationsStream::getName in core/modules/locale/src/StreamWrapper/TranslationsStream.php
Returns the name of the stream wrapper for use in the UI.

File

core/lib/Drupal/Core/StreamWrapper/StreamWrapperInterface.php, line 112

Class

StreamWrapperInterface
Defines a Drupal stream wrapper extension.

Namespace

Drupal\Core\StreamWrapper

Code

public function getName();

API Navigation

  • Drupal Core 11.1.x
  • Topics
  • Classes
  • Functions
  • Constants
  • Globals
  • Files
  • Namespaces
  • Deprecated
  • Services
RSS feed
Powered by Drupal