ValidateEnvPlaceholdersPass
in package
implements
CompilerPassInterface
Validates environment variable placeholders used in extension configuration with dummy values.
Tags
Interfaces, Classes, Traits and Enums
- CompilerPassInterface
- Interface that must be implemented by compilation passes.
Table of Contents
- $extensionConfig : mixed
- $typeFixtures : mixed
- process() : mixed
- You can modify the container here before it is dumped to PHP code.
- getType() : string
Properties
$extensionConfig
private
mixed
$extensionConfig
= []
$typeFixtures
private
static mixed
$typeFixtures
= ['array' => [], 'bool' => false, 'float' => 0.0, 'int' => 0, '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 —getType()
private
static getType(mixed $value) : string
Parameters
- $value : mixed