DrupalLocalStreamWrapper::getDirectoryPath

7 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.

File

includes/stream_wrappers.inc, line 265
Drupal stream wrapper interface.

Code

abstract function getDirectoryPath();
Login or register to post comments