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);
Please login to continue.