StreamWrapperManager

Provides a StreamWrapper manager.

Hierarchy

See also

\Drupal\Core\StreamWrapper\StreamWrapperInterface

File

core/lib/Drupal/Core/StreamWrapper/StreamWrapperManager.php, line 13

Namespace

Drupal\Core\StreamWrapper

Members

Name Modifiers Type Description
ContainerAwareTrait::$container protected property
ContainerAwareTrait::setContainer public function Sets the container. Overrides ContainerAwareInterface::setContainer
StreamWrapperManager::$info protected property Contains stream wrapper info.
StreamWrapperManager::$wrappers protected property Contains collected stream wrappers.
StreamWrapperManager::addStreamWrapper public function Adds a stream wrapper.
StreamWrapperManager::getClass public function Returns the stream wrapper class name for a given scheme. Overrides StreamWrapperManagerInterface::getClass
StreamWrapperManager::getDescriptions public function Returns registered stream wrapper descriptions. Overrides StreamWrapperManagerInterface::getDescriptions
StreamWrapperManager::getNames public function Returns registered stream wrapper names. Overrides StreamWrapperManagerInterface::getNames
StreamWrapperManager::getViaScheme public function Returns a reference to the stream wrapper class responsible for a scheme. Overrides StreamWrapperManagerInterface::getViaScheme
StreamWrapperManager::getViaUri public function Returns a reference to the stream wrapper class responsible for a URI. Overrides StreamWrapperManagerInterface::getViaUri
StreamWrapperManager::getWrapper protected function Returns a stream wrapper instance.
StreamWrapperManager::getWrappers public function Provides Drupal stream wrapper registry. Overrides StreamWrapperManagerInterface::getWrappers
StreamWrapperManager::register public function Registers the tagged stream wrappers.
StreamWrapperManager::registerWrapper public function Registers stream wrapper with PHP. Overrides StreamWrapperManagerInterface::registerWrapper
StreamWrapperManager::unregister public function Unregisters the tagged stream wrappers.
doc_Drupal
2016-10-29 09:44:54
Comments
Leave a Comment

Please login to continue.