Provides a StreamWrapper manager.
Hierarchy
- interface \Drupal\Core\StreamWrapper\StreamWrapperManagerInterface
See also
\Drupal\Core\StreamWrapper\StreamWrapperInterface
File
- core/lib/Drupal/Core/StreamWrapper/StreamWrapperManagerInterface.php, line 10
Namespace
Drupal\Core\StreamWrapper
Members
Name | Modifiers | Type | Description |
---|---|---|---|
StreamWrapperManagerInterface::getClass | public | function | Returns the stream wrapper class name for a given scheme. |
StreamWrapperManagerInterface::getDescriptions | public | function | Returns registered stream wrapper descriptions. |
StreamWrapperManagerInterface::getNames | public | function | Returns registered stream wrapper names. |
StreamWrapperManagerInterface::getViaScheme | public | function | Returns a reference to the stream wrapper class responsible for a scheme. |
StreamWrapperManagerInterface::getViaUri | public | function | Returns a reference to the stream wrapper class responsible for a URI. |
StreamWrapperManagerInterface::getWrappers | public | function | Provides Drupal stream wrapper registry. |
StreamWrapperManagerInterface::registerWrapper | public | function | Registers stream wrapper with PHP. |
Please login to continue.