interface PrependExtensionInterface
Hierarchy
- interface \Symfony\Component\DependencyInjection\Extension\PrependExtensionInterface
Expanded class hierarchy of PrependExtensionInterface
All classes that implement PrependExtensionInterface
2 files declare their use of PrependExtensionInterface
- BundleExtension.php in vendor/
symfony/ http-kernel/ Bundle/ BundleExtension.php - 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.
*
* @return void
*/
public function prepend(ContainerBuilder $container);
}
Members
Title Sort descending | Modifiers | Object type | Summary | Overrides |
---|---|---|---|---|
PrependExtensionInterface::prepend | public | function | Allow an extension to prepend the extension configurations. | 2 |