Expanded class hierarchy of PrependExtensionInterface
All classes that implement PrependExtensionInterface
interface PrependExtensionInterface {
/**
* Allow an extension to prepend the extension configurations.
*
* @param ContainerBuilder $container
*/
public function prepend(ContainerBuilder $container);
}
Name | Modifiers | Type | Description | Overrides |
---|---|---|---|---|
PrependExtensionInterface:: |
public | function | Allow an extension to prepend the extension configurations. |