interface PrependExtensionInterface

Hierarchy

Expanded class hierarchy of PrependExtensionInterface

All classes that implement PrependExtensionInterface

1 file declares its use of PrependExtensionInterface
MergeExtensionConfigurationPass.php in drupal/core/vendor/symfony/dependency-injection/Symfony/Component/DependencyInjection/Compiler/MergeExtensionConfigurationPass.php

File

drupal/core/vendor/symfony/dependency-injection/Symfony/Component/DependencyInjection/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.