public StreamWrapperManager::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.
Overrides StreamWrapperManagerInterface::registerWrapper
File
core/lib/Drupal/Core/StreamWrapper/StreamWrapperManager.php, line 190
Class
StreamWrapperManager Provides a StreamWrapper manager.
Namespace
Drupal\Core\StreamWrapper
Code