ValidatorBuilderInterface::setConstraintValidatorFactory()
  • References/PHP/Symfony/Component/Validator

ValidatorBuilderInterface

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

addViolation() Adds the violation to the current execution context.

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

class TraversalStrategy Specifies whether and how a traversable object should be traversed.

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

string getClassName() Returns the name of the backing PHP class.

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

string|null getCode() Returns a machine-digestible error code for the violation.

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

class File extends Constraint

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

ClassMetadata|false read(string

2025-01-10 15:47:30
Type::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
DoctrineCache::setCache()
  • References/PHP/Symfony/Component/Validator/Mapping/Cache

setCache(Cache $cache) Sets the cache to adapt.

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

ConstraintViolationBuilderInterface setInvalidValue(mixed $invalidValue) Sets the invalid value that caused this violation. Parameters mixed $invalidValue The invalid value Return Value ConstraintViolationBuilderInterface This builder

2025-01-10 15:47:30