LegacyExecutionContextFactory deprecated

class LegacyExecutionContextFactory implements

2016-10-28 06:22:35
ExecutionContext::getObject()

object|null getObject() Returns the currently validated object. If the validator is currently

2016-10-28 06:15:46
ExecutionContextInterface::getPropertyPath()

string getPropertyPath(string $subPath = '') Returns the property path to the value that the

2016-10-28 06:15:55
ExecutionContextInterface::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:54
ExecutionContextInterface::getValidator()

ValidatorInterface

2016-10-28 06:15:55
ExecutionContext::getMetadata()

MetadataInterface|null

2016-10-28 06:15:46
ExecutionContextInterface::getObject()

object|null getObject() Returns the currently validated object. If the validator is currently

2016-10-28 06:15:54
ExecutionContext::isConstraintValidated()

bool isConstraintValidated(string $cacheKey, string $constraintHash) Returns whether a constraint

2016-10-28 06:15:47
ExecutionContext::getValue()

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

2016-10-28 06:15:47
ExecutionContextInterface

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

2016-10-28 06:15:50