RemoveBuildParametersPass
in package
implements
CompilerPassInterface
Table of Contents
Interfaces
- CompilerPassInterface
- Interface that must be implemented by compilation passes.
Properties
- $preserveArrays : bool
- $removedParameters : array<string, mixed>
Methods
- __construct() : mixed
- getRemovedParameters() : array<string, mixed>
- process() : void
- You can modify the container here before it is dumped to PHP code.
Properties
$preserveArrays
private
bool
$preserveArrays
= false
$removedParameters
private
array<string, mixed>
$removedParameters
= []
Methods
__construct()
public
__construct([bool $preserveArrays = false ]) : mixed
Parameters
- $preserveArrays : bool = false
getRemovedParameters()
public
getRemovedParameters() : array<string, mixed>
Return values
array<string, mixed>process()
You can modify the container here before it is dumped to PHP code.
public
process(ContainerBuilder $container) : void
Parameters
- $container : ContainerBuilder