StreamWrapperManagerInterface

Provides a StreamWrapper manager.

Hierarchy

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.
doc_Drupal
2016-10-29 09:44:57
Comments
Leave a Comment

Please login to continue.