public function ZfExtensionManagerSfContainer::__construct in Zircon Profile 8
Same name and namespace in other branches
- 8.0 core/lib/Drupal/Component/Bridge/ZfExtensionManagerSfContainer.php \Drupal\Component\Bridge\ZfExtensionManagerSfContainer::__construct()
Constructs a ZfExtensionManagerSfContainer object.
Parameters
string $prefix: The prefix to be used when retrieving plugins from the container.
File
- core/
lib/ Drupal/ Component/ Bridge/ ZfExtensionManagerSfContainer.php, line 61 - Contains \Drupal\Component\Bridge\ZfExtensionManagerSfContainer.
Class
- ZfExtensionManagerSfContainer
- Defines a bridge between the ZF2 service manager to Symfony container.
Namespace
Drupal\Component\BridgeCode
public function __construct($prefix = '') {
return $this->prefix = $prefix;
}