function ConfigurableExtensionInterface::prependExtension
Allows an extension to prepend the extension configurations.
2 methods override ConfigurableExtensionInterface::prependExtension()
- AbstractBundle::prependExtension in vendor/
symfony/ http-kernel/ Bundle/ AbstractBundle.php - Allows an extension to prepend the extension configurations.
- AbstractExtension::prependExtension in vendor/
symfony/ dependency-injection/ Extension/ AbstractExtension.php - Allows an extension to prepend the extension configurations.
File
-
vendor/
symfony/ dependency-injection/ Extension/ ConfigurableExtensionInterface.php, line 26
Class
- ConfigurableExtensionInterface
- @author Yonel Ceruto <yonelceruto@gmail.com>
Namespace
Symfony\Component\DependencyInjection\ExtensionCode
public function prependExtension(ContainerConfigurator $container, ContainerBuilder $builder) : void;