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

Breadcrumb

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

function MergeExtensionConfigurationContainerBuilder::compile

Overrides ContainerBuilder::compile

File

vendor/symfony/dependency-injection/Compiler/MergeExtensionConfigurationPass.php, line 181

Class

MergeExtensionConfigurationContainerBuilder
A container builder preventing using methods that wouldn't have any effect from extensions.

Namespace

Symfony\Component\DependencyInjection\Compiler

Code

public function compile(bool $resolveEnvPlaceholders = false) : void {
    throw new LogicException(\sprintf('Cannot compile the container in extension "%s".', $this->extensionClass));
}
RSS feed
Powered by Drupal