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