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

Breadcrumb

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

interface ConfigurationExtensionInterface

ConfigurationExtensionInterface is the interface implemented by container extension classes.

@author Kevin Bond <kevinbond@gmail.com>

Hierarchy

  • interface \Symfony\Component\DependencyInjection\Extension\ConfigurationExtensionInterface

Expanded class hierarchy of ConfigurationExtensionInterface

All classes that implement ConfigurationExtensionInterface

3 files declare their use of ConfigurationExtensionInterface
MergeExtensionConfigurationPass.php in vendor/symfony/dependency-injection/Compiler/MergeExtensionConfigurationPass.php
PhpFileLoader.php in vendor/symfony/dependency-injection/Loader/PhpFileLoader.php
ValidateEnvPlaceholdersPass.php in vendor/symfony/dependency-injection/Compiler/ValidateEnvPlaceholdersPass.php

File

vendor/symfony/dependency-injection/Extension/ConfigurationExtensionInterface.php, line 22

Namespace

Symfony\Component\DependencyInjection\Extension
View source
interface ConfigurationExtensionInterface {
    
    /**
     * Returns extension configuration.
     *
     * @return ConfigurationInterface|null
     */
    public function getConfiguration(array $config, ContainerBuilder $container);

}

Members

Title Sort descending Modifiers Object type Summary Overrides
ConfigurationExtensionInterface::getConfiguration public function Returns extension configuration. 1

API Navigation

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