interface PrependExtensionInterface in Service Container 7
Same name and namespace in other branches
- 7.2 modules/providers/service_container_symfony/lib/Symfony/Component/DependencyInjection/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 modules/
providers/ service_container_symfony/ lib/ Symfony/ Component/ DependencyInjection/ Compiler/ MergeExtensionConfigurationPass.php
File
- modules/
providers/ service_container_symfony/ lib/ Symfony/ Component/ DependencyInjection/ 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. |