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

Breadcrumb

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

function ValidateEnvPlaceholdersPass::getExtensionConfig

@internal

File

vendor/symfony/dependency-injection/Compiler/ValidateEnvPlaceholdersPass.php, line 92

Class

ValidateEnvPlaceholdersPass
Validates environment variable placeholders used in extension configuration with dummy values.

Namespace

Symfony\Component\DependencyInjection\Compiler

Code

public function getExtensionConfig() : array {
    try {
        return $this->extensionConfig;
    } finally {
        $this->extensionConfig = [];
    }
}
RSS feed
Powered by Drupal