bool isConstraintValidated(string $cacheKey, string $constraintHash) Returns whether a constraint
markGroupAsValidated(string $cacheKey, string $groupHash) Marks an object as validated in a specific
mixed getRoot() Returns the value at which validation was started in the object graph. The
MetadataInterface|null
bool isObjectInitialized(string $cacheKey) Returns whether an object was initialized.
addViolation(string $message, array $params = array()) Adds a violation at the current node of the
class ExecutionContextFactory implements
string getGroup() Returns the validation group that is currently being validated.
bool isGroupValidated(string $cacheKey, string $groupHash) Returns whether an object was validated
markConstraintAsValidated(string $cacheKey, string $constraintHash) Marks a constraint as validated
Page 1 of 5