ExecutionContext::isGroupValidated()
  • References/PHP/Symfony/Component/Validator/Context

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

2025-01-10 15:47:30
ExecutionContextInterface::getRoot()
  • References/PHP/Symfony/Component/Validator/Context

mixed getRoot() Returns the value at which validation was started in the object graph. The

2025-01-10 15:47:30
ExecutionContextInterface::isConstraintValidated()
  • References/PHP/Symfony/Component/Validator/Context

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

2025-01-10 15:47:30
ExecutionContextInterface::getMetadata()
  • References/PHP/Symfony/Component/Validator/Context

MetadataInterface|null

2025-01-10 15:47:30
ExecutionContextFactory
  • References/PHP/Symfony/Component/Validator/Context

class ExecutionContextFactory implements

2025-01-10 15:47:30
ExecutionContext::markGroupAsValidated()
  • References/PHP/Symfony/Component/Validator/Context

markGroupAsValidated(string $cacheKey, string $groupHash) Marks an object as validated in a specific

2025-01-10 15:47:30
ExecutionContext::isObjectInitialized()
  • References/PHP/Symfony/Component/Validator/Context

bool isObjectInitialized(string $cacheKey) Returns whether an object was initialized.

2025-01-10 15:47:30
ExecutionContextInterface::addViolation()
  • References/PHP/Symfony/Component/Validator/Context

addViolation(string $message, array $params = array()) Adds a violation at the current node of the

2025-01-10 15:47:30
ExecutionContextInterface::markConstraintAsValidated()
  • References/PHP/Symfony/Component/Validator/Context

markConstraintAsValidated(string $cacheKey, string $constraintHash) Marks a constraint as validated

2025-01-10 15:47:30
ExecutionContextInterface::getGroup()
  • References/PHP/Symfony/Component/Validator/Context

string getGroup() Returns the validation group that is currently being validated.

2025-01-10 15:47:30