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

Breadcrumb

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

function EnvVarLoaderInterface::loadEnvVars

Return value

array<string|\Stringable> Key/value pairs that can be accessed using the regular "%env()%" syntax

1 method overrides EnvVarLoaderInterface::loadEnvVars()
StaticEnvVarLoader::loadEnvVars in vendor/symfony/dependency-injection/StaticEnvVarLoader.php

File

vendor/symfony/dependency-injection/EnvVarLoaderInterface.php, line 24

Class

EnvVarLoaderInterface
EnvVarLoaderInterface objects return key/value pairs that are added to the list of available env vars.

Namespace

Symfony\Component\DependencyInjection

Code

public function loadEnvVars() : array;
RSS feed
Powered by Drupal