W3cubDocs

/Drupal 8

interface 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.

© 2001–2016 by the original authors
Licensed under the GNU General Public License, version 2 and later.
Drupal is a registered trademark of Dries Buytaert.
https://api.drupal.org/api/drupal/core!lib!Drupal!Core!StreamWrapper!StreamWrapperManagerInterface.php/interface/StreamWrapperManagerInterface/8.1.x