LegacyExecutionContext deprecated
  • References/PHP/Symfony/Component/Validator/Context

class LegacyExecutionContext extends

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

ValidatorInterface

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
LegacyExecutionContextFactory deprecated
  • References/PHP/Symfony/Component/Validator/Context

class LegacyExecutionContextFactory implements

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

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

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
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