| 7 stream_wrappers.inc | public DrupalPrivateStreamWrapper::getDirectoryPath() |
Implements abstract public function getDirectoryPath()
Overrides DrupalLocalStreamWrapper::getDirectoryPath
File
- includes/
stream_wrappers.inc, line 798 - Drupal stream wrapper interface.
Code
public function getDirectoryPath() {
return variable_get('file_private_path', '');
}
Login or register to post comments