interface PrependExtensionInterface 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
Hierarchy
- interface \Symfony\Component\DependencyInjection\Extension\PrependExtensionInterface
Expanded class hierarchy of PrependExtensionInterface
All classes that implement PrependExtensionInterface
1 file declares its use of PrependExtensionInterface
- MergeExtensionConfigurationPass.php in vendor/
symfony/ dependency-injection/ Compiler/ MergeExtensionConfigurationPass.php
File
- vendor/
symfony/ dependency-injection/ Extension/ PrependExtensionInterface.php, line 16
Namespace
Symfony\Component\DependencyInjection\ExtensionView source
interface PrependExtensionInterface {
/**
* Allow an extension to prepend the extension configurations.
*
* @param ContainerBuilder $container
*/
public function prepend(ContainerBuilder $container);
}
Members
Name | Modifiers | Type | Description | Overrides |
---|---|---|---|---|
PrependExtensionInterface:: |
public | function | Allow an extension to prepend the extension configurations. |