public function StreamWrapperInterface::getDescription in Zircon Profile 8
Same name and namespace in other branches
- 8.0 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 - 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.
- TemporaryStream::getDescription in core/
lib/ Drupal/ Core/ StreamWrapper/ TemporaryStream.php - Returns the description of the stream wrapper for use in the UI.
File
- core/
lib/ Drupal/ Core/ StreamWrapper/ StreamWrapperInterface.php, line 124 - Contains \Drupal\Core\StreamWrapper\StreamWrapperInterface.
Class
- StreamWrapperInterface
- Defines a Drupal stream wrapper extension.
Namespace
Drupal\Core\StreamWrapperCode
public function getDescription();