You are here

public function ExtensionManagerInterface::get in Zircon Profile 8

Same name in this branch
  1. 8 vendor/zendframework/zend-feed/src/Reader/ExtensionManagerInterface.php \Zend\Feed\Reader\ExtensionManagerInterface::get()
  2. 8 vendor/zendframework/zend-feed/src/Writer/ExtensionManagerInterface.php \Zend\Feed\Writer\ExtensionManagerInterface::get()
Same name and namespace in other branches
  1. 8.0 vendor/zendframework/zend-feed/src/Reader/ExtensionManagerInterface.php \Zend\Feed\Reader\ExtensionManagerInterface::get()

Retrieve the extension

Parameters

string $extension:

Return value

mixed

3 methods override ExtensionManagerInterface::get()
ExtensionManager::get in vendor/zendframework/zend-feed/src/Reader/ExtensionManager.php
Get the named extension
StandaloneExtensionManager::get in vendor/zendframework/zend-feed/src/Reader/StandaloneExtensionManager.php
Retrieve the extension
ZfExtensionManagerSfContainer::get in core/lib/Drupal/Component/Bridge/ZfExtensionManagerSfContainer.php
Retrieve the extension

File

vendor/zendframework/zend-feed/src/Reader/ExtensionManagerInterface.php, line 28

Class

ExtensionManagerInterface

Namespace

Zend\Feed\Reader

Code

public function get($extension);