Documentation

EnvVarLoaderInterface

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

Tags
author

Nicolas Grekas p@tchwork.com

Table of Contents

loadEnvVars()  : array<string|int, string>

Methods

loadEnvVars()

public loadEnvVars() : array<string|int, string>
Return values
array<string|int, string>

Key/value pairs that can be accessed using the regular "%env()%" syntax

Search results