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

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

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

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

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

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

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

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

2025-01-10 15:47:30
ExecutionContextInterface::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
  • References/PHP/Symfony/Component/Validator/Context

class ExecutionContext implements

2025-01-10 15:47:30
ExecutionContext::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
ExecutionContext::markObjectAsInitialized()
  • References/PHP/Symfony/Component/Validator/Context

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

2025-01-10 15:47:30