abstract public function LocalStream::getDirectoryPath in Drupal 10
Same name and namespace in other branches
- 8 core/lib/Drupal/Core/StreamWrapper/LocalStream.php \Drupal\Core\StreamWrapper\LocalStream::getDirectoryPath()
- 9 core/lib/Drupal/Core/StreamWrapper/LocalStream.php \Drupal\Core\StreamWrapper\LocalStream::getDirectoryPath()
Gets the path that the wrapper is responsible for.
Return value
string String specifying the path.
2 methods override LocalStream::getDirectoryPath()
- DummyReadOnlyStreamWrapper::getDirectoryPath in core/
modules/ file/ tests/ file_test/ src/ StreamWrapper/ DummyReadOnlyStreamWrapper.php - Gets the path that the wrapper is responsible for.
- DummyStreamWrapper::getDirectoryPath in core/
modules/ file/ tests/ file_test/ src/ StreamWrapper/ DummyStreamWrapper.php - Gets the path that the wrapper is responsible for.
File
- core/
lib/ Drupal/ Core/ StreamWrapper/ LocalStream.php, line 53
Class
- LocalStream
- Defines a Drupal stream wrapper base class for local files.
Namespace
Drupal\Core\StreamWrapperCode
public abstract function getDirectoryPath();