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