ExecutionContext |
vendor/symfony/validator/Context/ExecutionContext.php |
The context used and created by {@link ExecutionContextFactory}. |
ExecutionContextFactory |
vendor/symfony/validator/Context/ExecutionContextFactory.php |
Creates new {@link ExecutionContext} instances. |
ExecutionContextFactoryInterface |
vendor/symfony/validator/Context/ExecutionContextFactoryInterface.php |
Creates instances of {@link ExecutionContextInterface}. |
ExecutionContextInterface |
vendor/symfony/validator/Context/ExecutionContextInterface.php |
The context of a validation run. |
LegacyExecutionContext |
vendor/symfony/validator/Context/LegacyExecutionContext.php |
An execution context that is compatible with the legacy API (< 2.5). |
LegacyExecutionContextFactory |
vendor/symfony/validator/Context/LegacyExecutionContextFactory.php |
Creates new {@link LegacyExecutionContext} instances. |