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

Breadcrumb

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

function BundleExtension::getConfiguration

Overrides Extension::getConfiguration

1 call to BundleExtension::getConfiguration()
BundleExtension::load in vendor/symfony/http-kernel/Bundle/BundleExtension.php
Loads a specific configuration.

File

vendor/symfony/http-kernel/Bundle/BundleExtension.php, line 38

Class

BundleExtension
@author Yonel Ceruto <yonelceruto@gmail.com>

Namespace

Symfony\Component\HttpKernel\Bundle

Code

public function getConfiguration(array $config, ContainerBuilder $container) : ?ConfigurationInterface {
    return new Configuration($this->subject, $container, $this->getAlias());
}
RSS feed
Powered by Drupal