Psr6Cache::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
ValidatorBuilder::getValidator()
  • References/PHP/Symfony/Component/Validator

ValidatorInterface

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

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

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

bool isConstraintValidated(string $cacheKey, string $constraintHash) Returns whether a constraint

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

ArrayIterator|

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

string|array getTargets() Returns whether the constraint can be put onto classes, properties

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

array getRequiredOptions() Returns the name of the required options. Override this method

2025-01-10 15:47:30
ExecutionContext::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
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
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