Backdrop stream wrapper extension.

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

Implemented by

Hierarchy

Expanded class hierarchy of BackdropStreamWrapperInterface

File

core/includes/stream_wrappers.inc, line 125
Backdrop stream wrapper interface.

Members

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