mediatekformation

AddConstraintValidatorsPass
in package
implements CompilerPassInterface

Tags
author

Johannes M. Schmitt schmittjoh@gmail.com

author

Robin Chalas robin.chalas@gmail.com

Interfaces, Classes, Traits and Enums

CompilerPassInterface
Interface that must be implemented by compilation passes.

Table of Contents

$constraintValidatorTag  : mixed
$validatorFactoryServiceId  : mixed
__construct()  : mixed
process()  : mixed
You can modify the container here before it is dumped to PHP code.

Properties

Methods

__construct()

public __construct([string $validatorFactoryServiceId = 'validator.validator_factory' ][, string $constraintValidatorTag = 'validator.constraint_validator' ]) : mixed
Parameters
$validatorFactoryServiceId : string = 'validator.validator_factory'
$constraintValidatorTag : string = 'validator.constraint_validator'
Return values
mixed

Search results