public function StreamWrapperInterface::getName in Drupal 10
Same name and namespace in other branches
- 8 core/lib/Drupal/Core/StreamWrapper/StreamWrapperInterface.php \Drupal\Core\StreamWrapper\StreamWrapperInterface::getName()
- 9 core/lib/Drupal/Core/StreamWrapper/StreamWrapperInterface.php \Drupal\Core\StreamWrapper\StreamWrapperInterface::getName()
Returns the name of the stream wrapper for use in the UI.
Return value
string The stream wrapper name.
3 methods override StreamWrapperInterface::getName()
- DummyExternalReadOnlyWrapper::getName in core/
modules/ file/ tests/ file_test/ src/ StreamWrapper/ DummyExternalReadOnlyWrapper.php - @inheritDoc
- DummyReadOnlyStreamWrapper::getName in core/
modules/ file/ tests/ file_test/ src/ StreamWrapper/ DummyReadOnlyStreamWrapper.php - Returns the name of the stream wrapper for use in the UI.
- DummyStreamWrapper::getName in core/
modules/ file/ tests/ file_test/ src/ StreamWrapper/ DummyStreamWrapper.php - Returns the name of the stream wrapper for use in the UI.
File
- core/
lib/ Drupal/ Core/ StreamWrapper/ StreamWrapperInterface.php, line 111
Class
- StreamWrapperInterface
- Defines a Drupal stream wrapper extension.
Namespace
Drupal\Core\StreamWrapperCode
public function getName();