Skip to main content
Drupal API
User account menu
  • Log in

Breadcrumb

  1. Drupal Core 11.1.x
  2. PrependExtensionInterface.php

interface PrependExtensionInterface

Hierarchy

  • interface \Symfony\Component\DependencyInjection\Extension\PrependExtensionInterface

Expanded class hierarchy of PrependExtensionInterface

All classes that implement PrependExtensionInterface

2 files declare their use of PrependExtensionInterface
BundleExtension.php in vendor/symfony/http-kernel/Bundle/BundleExtension.php
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.
     *
     * @return void
     */
    public function prepend(ContainerBuilder $container);

}

Members

Title Sort descending Modifiers Object type Summary Overrides
PrependExtensionInterface::prepend public function Allow an extension to prepend the extension configurations. 2

API Navigation

  • Drupal Core 11.1.x
  • Topics
  • Classes
  • Functions
  • Constants
  • Globals
  • Files
  • Namespaces
  • Deprecated
  • Services
RSS feed
Powered by Drupal