mediatekformation

DoctrineValidationPass
in package
implements CompilerPassInterface

Registers additional validators.

Tags
author

Benjamin Eberlei kontakt@beberlei.de

Interfaces, Classes, Traits and Enums

CompilerPassInterface
Interface that must be implemented by compilation passes.

Table of Contents

$managerType  : mixed
__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

__construct()

public __construct(string $managerType) : mixed
Parameters
$managerType : string
Return values
mixed

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
Return values
mixed

Search results