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()
4 methods override DrupalLocalStreamWrapper::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();