interface StreamWrapperInterface

Defines a Drupal stream wrapper extension.

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

Hierarchy

Expanded class hierarchy of StreamWrapperInterface

All classes that implement StreamWrapperInterface

File

drupal/core/lib/Drupal/Core/StreamWrapper/StreamWrapperInterface.php, line 30
Definition of Drupal\Core\StreamWrapper\StreamWrapperInterface.

Namespace

Drupal\Core\StreamWrapper
View source

Members

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