interface DrupalStreamWrapperInterface

Drupal stream wrapper extension.

Extend the StreamWrapperInterface with methods expected by Drupal stream wrapper classes.

Hierarchy

Expanded class hierarchy of DrupalStreamWrapperInterface

All classes that implement DrupalStreamWrapperInterface

1 string reference to 'DrupalStreamWrapperInterface'

File

drupal/includes/stream_wrappers.inc, line 126
Drupal stream wrapper interface.

View source

Members

Namesort descending Modifiers Type Description Overrides
DrupalStreamWrapperInterface::chmod public function Changes permissions of the resource. 1
DrupalStreamWrapperInterface::dirname public function Gets the name of the directory from a given path. 1
DrupalStreamWrapperInterface::getExternalUrl public function Returns a web accessible URL for the resource. 4
DrupalStreamWrapperInterface::getMimeType public static function Returns the MIME type of the resource. 1
DrupalStreamWrapperInterface::getUri public function Returns the stream resource URI. 1
DrupalStreamWrapperInterface::realpath public function Returns canonical, absolute path of the resource. 1
DrupalStreamWrapperInterface::setUri public function Set the absolute stream resource URI. 1
StreamWrapperInterface::dir_closedir public function 1
StreamWrapperInterface::dir_opendir public function 1
StreamWrapperInterface::dir_readdir public function 1
StreamWrapperInterface::dir_rewinddir public function 1
StreamWrapperInterface::mkdir public function 1
StreamWrapperInterface::rename public function 1
StreamWrapperInterface::rmdir public function 1
StreamWrapperInterface::stream_close public function 1
StreamWrapperInterface::stream_eof public function 1
StreamWrapperInterface::stream_flush public function 1
StreamWrapperInterface::stream_lock public function 1
StreamWrapperInterface::stream_open public function 1
StreamWrapperInterface::stream_read public function 1
StreamWrapperInterface::stream_seek public function 1
StreamWrapperInterface::stream_stat public function 1
StreamWrapperInterface::stream_tell public function 1
StreamWrapperInterface::stream_write public function 1
StreamWrapperInterface::unlink public function 1
StreamWrapperInterface::url_stat public function 1