Hierarchy

Expanded class hierarchy of DrupalStreamWrapperInterface

Related topics

File

core/includes/drupal.classes.inc, line 28
Contains class and interface wrappers for Drupal 7.x compatibility.

Members

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