You are here

abstract protected function LocalStream::getDirectoryPath in System stream wrapper 8

Gets the path that the wrapper is responsible for.

Return value

string String specifying the path.

3 calls to LocalStream::getDirectoryPath()
ExtensionStreamBase::getExternalUrl in src/StreamWrapper/ExtensionStreamBase.php
Returns a web accessible URL for the resource.
LocalStream::getLocalPath in src/StreamWrapper/LocalStream.php
Returns the canonical absolute path of the URI, if possible.
LocalStream::mkdir in src/StreamWrapper/LocalStream.php
Support for mkdir().
3 methods override LocalStream::getDirectoryPath()
LibraryStream::getDirectoryPath in src/StreamWrapper/LibraryStream.php
Gets the path that the wrapper is responsible for.
ModuleStream::getDirectoryPath in src/StreamWrapper/ModuleStream.php
Gets the path that the wrapper is responsible for.
ThemeStream::getDirectoryPath in src/StreamWrapper/ThemeStream.php
Gets the path that the wrapper is responsible for.

File

src/StreamWrapper/LocalStream.php, line 35

Class

LocalStream
Defines a Drupal stream wrapper base class for local files.

Namespace

Drupal\system_stream_wrapper\StreamWrapper

Code

protected abstract function getDirectoryPath();