RecursiveContextualValidator::validateProperty()
  • References/PHP/Symfony/Component/Validator/Validator

ContextualValidatorInterface validateProperty(object $object, string $propertyName, array|null $groups = null) Validates a property of an object against the constraints specified for this property. Parameters object $object The object string $propertyName The name of the validated property array|null $groups The validation groups to validate. If none is given, "Default" is assumed Return Value ContextualValidatorInterface This validator

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

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

2025-01-10 15:47:30
DoctrineCache::has()
  • References/PHP/Symfony/Component/Validator/Mapping/Cache

has(string $class) Returns whether metadata for the given class exists in the cache

2025-01-10 15:47:30
ValidatorInterface deprecated::getMetadataFactory()
  • References/PHP/Symfony/Component/Validator

MetadataFactoryInterface

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

setConstraint(Constraint $constraint)

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

string getMessage() Returns the violation message.

2025-01-10 15:47:30
MetadataFactoryInterface::getMetadataFor()
  • References/PHP/Symfony/Component/Validator/Mapping/Factory

MetadataInterface

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

Constrain

2025-01-10 15:47:30
ConstraintViolation::getPropertyPath()
  • References/PHP/Symfony/Component/Validator

string getPropertyPath() Returns the property path from the root element to the violation.

2025-01-10 15:47:30