You are here

public function StreamWrapperInterface::getDescription in Drupal 10

Same name and namespace in other branches
  1. 8 core/lib/Drupal/Core/StreamWrapper/StreamWrapperInterface.php \Drupal\Core\StreamWrapper\StreamWrapperInterface::getDescription()
  2. 9 core/lib/Drupal/Core/StreamWrapper/StreamWrapperInterface.php \Drupal\Core\StreamWrapper\StreamWrapperInterface::getDescription()

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

Return value

string The stream wrapper description.

3 methods override StreamWrapperInterface::getDescription()
DummyExternalReadOnlyWrapper::getDescription in core/modules/file/tests/file_test/src/StreamWrapper/DummyExternalReadOnlyWrapper.php
@inheritDoc
DummyReadOnlyStreamWrapper::getDescription in core/modules/file/tests/file_test/src/StreamWrapper/DummyReadOnlyStreamWrapper.php
Returns the description of the stream wrapper for use in the UI.
DummyStreamWrapper::getDescription in core/modules/file/tests/file_test/src/StreamWrapper/DummyStreamWrapper.php
Returns the description of the stream wrapper for use in the UI.

File

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

Class

StreamWrapperInterface
Defines a Drupal stream wrapper extension.

Namespace

Drupal\Core\StreamWrapper

Code

public function getDescription();