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