function StreamWrapperInterface::getDescription

Same name and namespace in other branches
  1. 9 core/lib/Drupal/Core/StreamWrapper/StreamWrapperInterface.php \Drupal\Core\StreamWrapper\StreamWrapperInterface::getDescription()
  2. 8.9.x core/lib/Drupal/Core/StreamWrapper/StreamWrapperInterface.php \Drupal\Core\StreamWrapper\StreamWrapperInterface::getDescription()
  3. 10 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|\Drupal\Core\StringTranslation\TranslatableMarkup The stream wrapper description.

7 methods override StreamWrapperInterface::getDescription()
DummyExternalReadOnlyWrapper::getDescription in core/modules/file/tests/file_test/src/StreamWrapper/DummyExternalReadOnlyWrapper.php
Returns the description of the stream wrapper for use in the UI.
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.
PrivateStream::getDescription in core/lib/Drupal/Core/StreamWrapper/PrivateStream.php
Returns the description of the stream wrapper for use in the UI.
PublicStream::getDescription in core/lib/Drupal/Core/StreamWrapper/PublicStream.php
Returns the description of the stream wrapper for use in the UI.

... See full list

File

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

Class

StreamWrapperInterface
Defines a Drupal stream wrapper extension.

Namespace

Drupal\Core\StreamWrapper

Code

public function getDescription();

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