DrupalTemporaryStreamWrapper::getDirectoryPath

7 stream_wrappers.inc public DrupalTemporaryStreamWrapper::getDirectoryPath()

Implements abstract public function getDirectoryPath()

Overrides DrupalLocalStreamWrapper::getDirectoryPath

File

includes/stream_wrappers.inc, line 825
Drupal stream wrapper interface.

Code

public function getDirectoryPath() {
  return variable_get('file_temporary_path', file_directory_temp());
}
Login or register to post comments