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 includes/
stream_wrappers.inc - Returns the canonical absolute path of the URI, if possible.
- DrupalLocalStreamWrapper::mkdir in includes/
stream_wrappers.inc - Support for mkdir().
4 methods override DrupalLocalStreamWrapper::getDirectoryPath()
- DrupalDummyStreamWrapper::getDirectoryPath in 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 includes/
stream_wrappers.inc - Implements abstract public function getDirectoryPath()
- DrupalPublicStreamWrapper::getDirectoryPath in includes/
stream_wrappers.inc - Implements abstract public function getDirectoryPath()
- DrupalTemporaryStreamWrapper::getDirectoryPath in includes/
stream_wrappers.inc - Implements abstract public function getDirectoryPath()
File
-
includes/
stream_wrappers.inc, line 264
Class
- DrupalLocalStreamWrapper
- Drupal stream wrapper base class for local files.
Code
abstract function getDirectoryPath();
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.