function PrependExtensionInterface::prepend
Allow an extension to prepend the extension configurations.
Return value
void
2 methods override PrependExtensionInterface::prepend()
- AbstractExtension::prepend in vendor/
symfony/ dependency-injection/ Extension/ AbstractExtension.php - Allow an extension to prepend the extension configurations.
- BundleExtension::prepend in vendor/
symfony/ http-kernel/ Bundle/ BundleExtension.php - Allow an extension to prepend the extension configurations.
File
-
vendor/
symfony/ dependency-injection/ Extension/ PrependExtensionInterface.php, line 23
Class
Namespace
Symfony\Component\DependencyInjection\ExtensionCode
public function prepend(ContainerBuilder $container);