You are here

public function PrependExtensionInterface::prepend in Zircon Profile 8

Same name and namespace in other branches
  1. 8.0 vendor/symfony/dependency-injection/Extension/PrependExtensionInterface.php \Symfony\Component\DependencyInjection\Extension\PrependExtensionInterface::prepend()

Allow an extension to prepend the extension configurations.

Parameters

ContainerBuilder $container:

File

vendor/symfony/dependency-injection/Extension/PrependExtensionInterface.php, line 23

Class

PrependExtensionInterface

Namespace

Symfony\Component\DependencyInjection\Extension

Code

public function prepend(ContainerBuilder $container);