platform/api/symfony/Component/DependencyInjection/EnvVarLoaderInterface.yaml

28 lines
542 B
YAML
Raw Normal View History

2024-09-02 17:44:11 +00:00
name: EnvVarLoaderInterface
class_comment: null
dependencies: []
properties: []
methods:
- name: loadEnvVars
visibility: public
parameters: []
comment: '# * EnvVarLoaderInterface objects return key/value pairs that are added
to the list of available env vars.
# *
# * @author Nicolas Grekas <p@tchwork.com>
# */
# interface EnvVarLoaderInterface
# {
# /**
# * @return array<string|\Stringable> Key/value pairs that can be accessed using
the regular "%env()%" syntax'
traits: []
interfaces: []