You are here

public function DrupalRemoteStreamWrapper::getDirectoryPath in Remote Stream Wrapper 7

Implements abstract public function getDirectoryPath()

File

./remote_stream_wrapper.inc, line 444

Class

DrupalRemoteStreamWrapper
Stream wrapper to support local files.

Code

public function getDirectoryPath() {
  return '';
}