1 file_example_session_streams.inc | public FileExampleSessionStreamWrapper::getDirectoryPath() |
Implements getDirectoryPath().
In this case there is no directory string, so return an empty string.
File
- modules/
examples/ file_example/ file_example_session_streams.inc, line 158 - Provides a demonstration session:// stream-wrapper.
Class
- FileExampleSessionStreamWrapper
- Example stream wrapper class to handle session:// streams.
Code
public function getDirectoryPath() {
return '';
}