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

File

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

Members

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

© 2001–2016 by the original authors
Licensed under the GNU General Public License, version 2 and later.
Drupal is a registered trademark of Dries Buytaert.
https://api.drupal.org/api/drupal/includes!stream_wrappers.inc/interface/DrupalStreamWrapperInterface/7.x