ValidationVisitorInterface deprecated::visit()
  • References/PHP/Symfony/Component/Validator

visit(MetadataInterface $metadata

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

Constrain

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

setConstraint(Constraint $constraint)

2025-01-10 15:47:30
DateValidator::checkDate()
  • References/PHP/Symfony/Component/Validator/Constraints

static bool checkDate(int $year, int $month, int $day) Checks whether a date is valid

2025-01-10 15:47:30
ConstraintViolationBuilder::setTranslationDomain()
  • References/PHP/Symfony/Component/Validator/Violation

ConstraintViolationBuilderInterface setTranslationDomain(string $translationDomain) Sets the translation domain which should be used for translating the violation message. Parameters string $translationDomain The translation domain Return Value ConstraintViolationBuilderInterface This builder

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
ClassMetadataInterface::getGroupSequence()
  • References/PHP/Symfony/Component/Validator/Mapping

GroupSequence|null

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

ContextualValidatorInterface validatePropertyValue(object|string $objectOrClass, string $propertyName, mixed $value, array|null $groups = null) Validates a value against the constraints specified for an object's property. Parameters object|string $objectOrClass The object or its class name string $propertyName The name of the property mixed $value The value to validate against the property's constraints array|null $groups The validation groups to validate. If none is given, "D

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

addViolationAt(string $subPath, string $message, array $parameters = array(), mixed $invalidValue = null, int|null $plural = null, int|null $code = null)

2025-01-10 15:47:30