function StreamWrapperInterface::getDescription
Same name and namespace in other branches
- 11.x core/lib/Drupal/Core/StreamWrapper/StreamWrapperInterface.php \Drupal\Core\StreamWrapper\StreamWrapperInterface::getDescription()
- 10 core/lib/Drupal/Core/StreamWrapper/StreamWrapperInterface.php \Drupal\Core\StreamWrapper\StreamWrapperInterface::getDescription()
- 9 core/lib/Drupal/Core/StreamWrapper/StreamWrapperInterface.php \Drupal\Core\StreamWrapper\StreamWrapperInterface::getDescription()
- main 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.
6 methods override StreamWrapperInterface::getDescription()
- DummyReadOnlyStreamWrapper::getDescription in core/
modules/ file/ tests/ file_test/ src/ StreamWrapper/ DummyReadOnlyStreamWrapper.php - DummyStreamWrapper::getDescription in core/
modules/ file/ tests/ file_test/ src/ StreamWrapper/ DummyStreamWrapper.php - PrivateStream::getDescription in core/
lib/ Drupal/ Core/ StreamWrapper/ PrivateStream.php - PublicStream::getDescription in core/
lib/ Drupal/ Core/ StreamWrapper/ PublicStream.php - TemporaryStream::getDescription in core/
lib/ Drupal/ Core/ StreamWrapper/ TemporaryStream.php
File
-
core/
lib/ Drupal/ Core/ StreamWrapper/ StreamWrapperInterface.php, line 119
Class
- StreamWrapperInterface
- Defines a Drupal stream wrapper extension.
Namespace
Drupal\Core\StreamWrapperCode
public function getDescription();
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.