1 stream_wrappers.inc | public BackdropPrivateStreamWrapper::getDirectoryPath() |
Implements abstract public function getDirectoryPath()
Overrides BackdropLocalStreamWrapper::getDirectoryPath
File
- core/
includes/ stream_wrappers.inc, line 964 - Backdrop stream wrapper interface.
Class
- BackdropPrivateStreamWrapper
- Backdrop private (private://) stream wrapper class.
Code
public function getDirectoryPath() {
return config_get('system.core', 'file_private_path');
}