AddValidatorInitializersPass
in package
implements
CompilerPassInterface
Tags
Interfaces, Classes, Traits and Enums
- CompilerPassInterface
- Interface that must be implemented by compilation passes.
Table of Contents
- $builderService : mixed
- $initializerTag : mixed
- __construct() : mixed
- process() : mixed
- You can modify the container here before it is dumped to PHP code.
Properties
$builderService
private
mixed
$builderService
$initializerTag
private
mixed
$initializerTag
Methods
__construct()
public
__construct([string $builderService = 'validator.builder' ][, string $initializerTag = 'validator.initializer' ]) : mixed
Parameters
- $builderService : string = 'validator.builder'
- $initializerTag : string = 'validator.initializer'
Return values
mixed —process()
You can modify the container here before it is dumped to PHP code.
public
process(ContainerBuilder $container) : mixed
Parameters
- $container : ContainerBuilder