function ZfExtensionManagerSfContainer::__construct
Same name in this branch
- 9 core/lib/Drupal/Component/Bridge/ZfExtensionManagerSfContainer.php \Drupal\Component\Bridge\ZfExtensionManagerSfContainer::__construct()
Same name in other branches
- 8.9.x 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/
modules/ aggregator/ src/ ZfExtensionManagerSfContainer.php, line 63
Class
- ZfExtensionManagerSfContainer
- Defines a bridge between the Laminas service manager to Symfony container.
Namespace
Drupal\aggregatorCode
public function __construct($prefix = '') {
$this->prefix = $prefix;
}
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.