function DrupalDummyStreamWrapper::getDirectoryPath
Overrides DrupalLocalStreamWrapper::getDirectoryPath
File
-
modules/
simpletest/ tests/ file_test.module, line 435
Class
- DrupalDummyStreamWrapper
- Helper class for testing the stream wrapper registry.
Code
function getDirectoryPath() {
return variable_get('stream_public_path', 'sites/default/files');
}
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.