Documentation

DoctrineValidationPass
in package
implements CompilerPassInterface

Registers additional validators.

Tags
author

Benjamin Eberlei kontakt@beberlei.de

Table of Contents

Interfaces

CompilerPassInterface
Interface that must be implemented by compilation passes.

Properties

$managerType  : string

Methods

__construct()  : mixed
process()  : mixed
You can modify the container here before it is dumped to PHP code.
updateValidatorMappingFiles()  : mixed
Gets the validation mapping files for the format and extends them with files matching a doctrine search pattern (Resources/config/validation.orm.xml).

Properties

Methods

updateValidatorMappingFiles()

Gets the validation mapping files for the format and extends them with files matching a doctrine search pattern (Resources/config/validation.orm.xml).

private updateValidatorMappingFiles(ContainerBuilder $container, string $mapping, string $extension) : mixed
Parameters
$container : ContainerBuilder
$mapping : string
$extension : string

        
On this page

Search results