function StreamWrapperInterface::getName

Same name and namespace in other branches
  1. 11.x core/lib/Drupal/Core/StreamWrapper/StreamWrapperInterface.php \Drupal\Core\StreamWrapper\StreamWrapperInterface::getName()
  2. 10 core/lib/Drupal/Core/StreamWrapper/StreamWrapperInterface.php \Drupal\Core\StreamWrapper\StreamWrapperInterface::getName()
  3. 8.9.x core/lib/Drupal/Core/StreamWrapper/StreamWrapperInterface.php \Drupal\Core\StreamWrapper\StreamWrapperInterface::getName()

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

Return value

string The stream wrapper name.

3 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.

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();

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.