public function PrependExtensionInterface::prepend in Zircon Profile 8
Same name and namespace in other branches
- 8.0 vendor/symfony/dependency-injection/Extension/PrependExtensionInterface.php \Symfony\Component\DependencyInjection\Extension\PrependExtensionInterface::prepend()
Allow an extension to prepend the extension configurations.
Parameters
ContainerBuilder $container:
File
- vendor/
symfony/ dependency-injection/ Extension/ PrependExtensionInterface.php, line 23
Class
Namespace
Symfony\Component\DependencyInjection\ExtensionCode
public function prepend(ContainerBuilder $container);