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

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

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

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

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

setConstraint(Constraint $constraint)

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

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

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

setConstraint(Constraint $constraint)

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

string|null getClassName() Returns the class name of the current node. If the metadata

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

string|null getPropertyName() Returns the property name of the current node. If the metadata

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

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

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

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

2025-01-10 15:47:30