ContextualValidatorInterface::getViolations()
  • References/PHP/Symfony/Component/Validator/Validator

Constrain

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

Constraint[] findConstraints(string $group)

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

Constrain

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

remove(int $offset) Removes a violation at a given offset.

2025-01-10 15:47:30
ClassMetadata::hasGroupSequence()
  • References/PHP/Symfony/Component/Validator/Mapping

bool hasGroupSequence() Returns whether the "Default" group is overridden by a group sequence

2025-01-10 15:47:30
Component\Validator\Violation
  • References/PHP/Symfony/Component/Validator

Classes

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

addViolation(string $message, array $params = array(), mixed $invalidValue = null, int|null $plural = null, int|null $code = null)

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

validate(mixed $value, string $subPath = '', null|string|string[] $groups = null, bool $traverse = false, bool $deep = false)

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

interface ContextualValidatorInterface A validator in a specific execution context.

2025-01-10 15:47:30