RegisterEnvVarProcessorsPass
in package
implements
CompilerPassInterface
Creates the container.env_var_processors_locator service.
Tags
Interfaces, Classes and Traits
- CompilerPassInterface
- Interface that must be implemented by compilation passes.
Table of Contents
- ALLOWED_TYPES = ['array', 'bool', 'float', 'int', 'string']
- process() : mixed
- You can modify the container here before it is dumped to PHP code.
- validateProvidedTypes() : array<string|int, mixed>
Constants
ALLOWED_TYPES
private
mixed
ALLOWED_TYPES
= ['array', 'bool', 'float', 'int', 'string']
Methods
process()
You can modify the container here before it is dumped to PHP code.
public
process(ContainerBuilder $container) : mixed
Parameters
- $container : ContainerBuilder
Return values
mixed —validateProvidedTypes()
private
static validateProvidedTypes(string $types, string $class) : array<string|int, mixed>
Parameters
- $types : string
- $class : string