ExecutionContextInterface

interface ExecutionContextInterface The context of a validation run. The context collects

2016-10-28 06:15:50
ExecutionContextInterface::getValue()

mixed getValue() Returns the value that the validator is currently validating. If you

2016-10-28 06:15:55
ExecutionContextInterface::setNode()

setNode(mixed $value, object|null $object,

2016-10-28 06:15:57
ExecutionContextFactoryInterface

interface ExecutionContextFactoryInterface Creates instances of {@link ExecutionContextInterface}

2016-10-28 06:15:49
ExecutionContext::buildViolation()

ConstraintViolationBuilderInterface buildViolation(string $message, array $parameters = array()) Returns a builder for adding a violation with extended information. Call {@link ConstraintViolationBuilderInterface::addViolation()} to add the violation when you're done with the configuration: $context->buildViolation('Please enter a number between %min% and %max%.') ->setParameter('%min%', 3) ->setParameter('%max%', 10) ->setTranslationDomain('number_valida

2016-10-28 06:15:45
ExecutionContext::setNode()

setNode(mixed $value, object|null $object,

2016-10-28 06:15:49
ExecutionContextInterface::isGroupValidated()

bool isGroupValidated(string $cacheKey, string $groupHash) Returns whether an object was validated

2016-10-28 06:15:56
ExecutionContextInterface::markObjectAsInitialized()

markObjectAsInitialized(string $cacheKey) Marks that an object was initialized.

2016-10-28 06:15:56
ExecutionContextInterface::setGroup()

setGroup(string|null $group) Sets the currently validated group.

2016-10-28 06:15:57
ExecutionContextInterface::getViolations()

Constrain

2016-10-28 06:15:56