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

Breadcrumb

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

function StaticEnvVarLoader::loadEnvVars

Overrides EnvVarLoaderInterface::loadEnvVars

File

vendor/symfony/dependency-injection/StaticEnvVarLoader.php, line 22

Class

StaticEnvVarLoader

Namespace

Symfony\Component\DependencyInjection

Code

public function loadEnvVars() : array {
    return $this->envVars ??= $this->envVarLoader
        ->loadEnvVars();
}
RSS feed
Powered by Drupal