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);
doc_Drupal
2016-10-29 09:44:59
Comments
Leave a Comment

Please login to continue.