| 7 file_test.module | DrupalDummyStreamWrapper::getDirectoryPath() |
| 8 file_test.module | DrupalDummyStreamWrapper::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.
Overrides DrupalLocalStreamWrapper::getDirectoryPath
File
- modules/
simpletest/ tests/ file_test.module, line 427 - Helper module for the file tests.
Code
function getDirectoryPath() {
return variable_get('stream_public_path', 'sites/default/files');
}
Login or register to post comments