1 file_test.stream_wrappers.inc | BackdropDummyStreamWrapper::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.:
Overrides BackdropLocalStreamWrapper::getDirectoryPath
File
- core/
modules/ simpletest/ tests/ file_test.stream_wrappers.inc, line 13 - Stream wrapper classes used in testing.
Class
- BackdropDummyStreamWrapper
- Helper class for testing the stream wrapper registry.
Code
function getDirectoryPath() {
return 'files';
}