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\DependencyInjectionCode
public function loadEnvVars() : array;