public function StreamWrapperManagerInterface::registerWrapper

public StreamWrapperManagerInterface::registerWrapper($scheme, $class, $type)

Registers stream wrapper with PHP.

Parameters

string $scheme: The scheme of the stream wrapper.

string $class: The class of the stream wrapper.

int $type: The type of the stream wrapper.

File

core/lib/Drupal/Core/StreamWrapper/StreamWrapperManagerInterface.php, line 170

Class

StreamWrapperManagerInterface
Provides a StreamWrapper manager.

Namespace

Drupal\Core\StreamWrapper

Code

public function registerWrapper($scheme, $class, $type);

© 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/core!lib!Drupal!Core!StreamWrapper!StreamWrapperManagerInterface.php/function/StreamWrapperManagerInterface::registerWrapper/8.1.x