function DrupalPublicStreamWrapper::getDirectoryPath

Implements abstract public function getDirectoryPath()

Overrides DrupalLocalStreamWrapper::getDirectoryPath

1 call to DrupalPublicStreamWrapper::getDirectoryPath()
DrupalPublicStreamWrapper::getExternalUrl in includes/stream_wrappers.inc
Overrides getExternalUrl().

File

includes/stream_wrappers.inc, line 924

Class

DrupalPublicStreamWrapper
Drupal public (public://) stream wrapper class.

Code

public function getDirectoryPath() {
    return variable_get('file_public_path', conf_path() . '/files');
}

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.