ExecutionContextFactoryInterface
  • References/PHP/Symfony/Component/Validator/Context

interface ExecutionContextFactoryInterface Creates instances of {@link ExecutionContextInterface}

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

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

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::markObjectAsInitialized()
  • References/PHP/Symfony/Component/Validator/Context

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

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