abstract function DrupalLocalStreamWrapper::getDirectoryPath

7.x stream_wrappers.inc abstract 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-7.x/includes/stream_wrappers.inc
Returns the canonical absolute path of the URI, if possible.
DrupalLocalStreamWrapper::mkdir in drupal-7.x/includes/stream_wrappers.inc
Support for mkdir().
4 methods override DrupalLocalStreamWrapper::getDirectoryPath()
DrupalDummyStreamWrapper::getDirectoryPath in drupal-7.x/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-7.x/includes/stream_wrappers.inc
Implements abstract public function getDirectoryPath()
DrupalPublicStreamWrapper::getDirectoryPath in drupal-7.x/includes/stream_wrappers.inc
Implements abstract public function getDirectoryPath()
DrupalTemporaryStreamWrapper::getDirectoryPath in drupal-7.x/includes/stream_wrappers.inc
Implements abstract public function getDirectoryPath()

File

drupal-7.x/includes/stream_wrappers.inc, line 265
Drupal stream wrapper interface.

Class

DrupalLocalStreamWrapper
Drupal stream wrapper base class for local files.

Code

abstract function getDirectoryPath();