You are here

interface PrependExtensionInterface 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

Hierarchy

Expanded class hierarchy of PrependExtensionInterface

All classes that implement PrependExtensionInterface

1 file declares its use of PrependExtensionInterface
MergeExtensionConfigurationPass.php in vendor/symfony/dependency-injection/Compiler/MergeExtensionConfigurationPass.php

File

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

Namespace

Symfony\Component\DependencyInjection\Extension
View source
interface PrependExtensionInterface {

  /**
   * Allow an extension to prepend the extension configurations.
   *
   * @param ContainerBuilder $container
   */
  public function prepend(ContainerBuilder $container);

}

Members

Namesort descending Modifiers Type Description Overrides
PrependExtensionInterface::prepend public function Allow an extension to prepend the extension configurations.