Documentation

RegisterEnvVarProcessorsPass
in package
implements CompilerPassInterface

Creates the container.env_var_processors_locator service.

Tags
author

Nicolas Grekas p@tchwork.com

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

Methods

validateProvidedTypes()

private static validateProvidedTypes(string $types, string $class) : array<string|int, mixed>
Parameters
$types : string
$class : string
Return values
array<string|int, mixed>

Search results