1 stream_wrappers.inc abstract BackdropLocalStreamWrapper::getDirectoryPath()

Gets the path that the wrapper is responsible for. @TODO: Review this method name per http://drupal.org/node/701358

Return value

String specifying the path.:

File

core/includes/stream_wrappers.inc, line 263
Backdrop stream wrapper interface.

Class

BackdropLocalStreamWrapper
Backdrop stream wrapper base class for local files.

Code

abstract function getDirectoryPath();