You are here

public function ExtensionManagerInterface::has in Zircon Profile 8

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

Do we have the extension?

Parameters

string $extension:

Return value

bool

3 methods override ExtensionManagerInterface::has()
ExtensionManager::has in vendor/zendframework/zend-feed/src/Reader/ExtensionManager.php
Do we have the named extension?
StandaloneExtensionManager::has in vendor/zendframework/zend-feed/src/Reader/StandaloneExtensionManager.php
Do we have the extension?
ZfExtensionManagerSfContainer::has in core/lib/Drupal/Component/Bridge/ZfExtensionManagerSfContainer.php
Do we have the extension?

File

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

Class

ExtensionManagerInterface

Namespace

Zend\Feed\Reader

Code

public function has($extension);