function 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.
4 methods override StreamWrapperInterface::getDescription()
- 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.
- TemporaryStream::getDescription in core/
lib/ Drupal/ Core/ StreamWrapper/ TemporaryStream.php - Returns the description of the stream wrapper for use in the UI.
- TranslationsStream::getDescription in core/
modules/ locale/ src/ StreamWrapper/ TranslationsStream.php - Returns the description of the stream wrapper for use in the UI.
File
-
core/
lib/ Drupal/ Core/ StreamWrapper/ StreamWrapperInterface.php, line 120
Class
- StreamWrapperInterface
- Defines a Drupal stream wrapper extension.
Namespace
Drupal\Core\StreamWrapperCode
public function getDescription();