abstract function LocalStream::getDirectoryPath

Gets the path that the wrapper is responsible for.

@todo Review this method name in D8 per http://drupal.org/node/701358.

Return value

string String specifying the path.

2 calls to LocalStream::getDirectoryPath()
LocalStream::getLocalPath in drupal/core/lib/Drupal/Core/StreamWrapper/LocalStream.php
Returns the canonical absolute path of the URI, if possible.
LocalStream::mkdir in drupal/core/lib/Drupal/Core/StreamWrapper/LocalStream.php
Support for mkdir().
6 methods override LocalStream::getDirectoryPath()
DummyReadOnlyStreamWrapper::getDirectoryPath in drupal/core/modules/file/tests/file_test/lib/Drupal/file_test/DummyReadOnlyStreamWrapper.php
Gets the path that the wrapper is responsible for.
DummyStreamWrapper::getDirectoryPath in drupal/core/modules/file/tests/file_test/lib/Drupal/file_test/DummyStreamWrapper.php
Gets the path that the wrapper is responsible for.
PrivateStream::getDirectoryPath in drupal/core/lib/Drupal/Core/StreamWrapper/PrivateStream.php
Implements Drupal\Core\StreamWrapper\LocalStream::getDirectoryPath()
PublicStream::getDirectoryPath in drupal/core/lib/Drupal/Core/StreamWrapper/PublicStream.php
Implements Drupal\Core\StreamWrapper\LocalStream::getDirectoryPath()
TemporaryStream::getDirectoryPath in drupal/core/lib/Drupal/Core/StreamWrapper/TemporaryStream.php
Implements Drupal\Core\StreamWrapper\LocalStream::getDirectoryPath()

... See full list

File

drupal/core/lib/Drupal/Core/StreamWrapper/LocalStream.php, line 53
Definition of Drupal\Core\StreamWrapper\LocalStream.

Class

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

Namespace

Drupal\Core\StreamWrapper

Code

abstract function getDirectoryPath();