abstract function DrupalLocalStreamWrapper::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 specifying the path.

2 calls to DrupalLocalStreamWrapper::getDirectoryPath()
DrupalLocalStreamWrapper::getLocalPath in drupal/includes/stream_wrappers.inc
Returns the canonical absolute path of the URI, if possible.
DrupalLocalStreamWrapper::mkdir in drupal/includes/stream_wrappers.inc
Support for mkdir().
4 methods override DrupalLocalStreamWrapper::getDirectoryPath()
DrupalDummyStreamWrapper::getDirectoryPath in drupal/modules/simpletest/tests/file_test.module
Gets the path that the wrapper is responsible for. @TODO: Review this method name in D8 per http://drupal.org/node/701358
DrupalPrivateStreamWrapper::getDirectoryPath in drupal/includes/stream_wrappers.inc
Implements abstract public function getDirectoryPath()
DrupalPublicStreamWrapper::getDirectoryPath in drupal/includes/stream_wrappers.inc
Implements abstract public function getDirectoryPath()
DrupalTemporaryStreamWrapper::getDirectoryPath in drupal/includes/stream_wrappers.inc
Implements abstract public function getDirectoryPath()

File

drupal/includes/stream_wrappers.inc, line 264
Drupal stream wrapper interface.

Class

DrupalLocalStreamWrapper
Drupal stream wrapper base class for local files.

Code

abstract function getDirectoryPath();