IdenticalTo
  • References/PHP/Symfony/Component/Validator/Constraints

class IdenticalTo extends

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

string getGroup() Returns the validation group that is currently being validated.

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

class LoaderChain implements

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

class XmlFileLoader extends

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

class GetterMetadata extends

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

ContextualValidatorInterface validate(mixed $value, Constraint|Constraint[] $constraints = null, array|null $groups = null) Validates a value against a constraint or a list of constraints. If no constraint is passed, the constraint {@link \Symfony\Component\Validator\Constraints\Valid} is assumed. Parameters mixed $value The value to validate Constraint|Constraint[] $constraints The constraint(s) to validate against array|null $groups The validation groups to validate. If non

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

ContextualValidatorInterface inContext(ExecutionContextInterface $context) Returns a validator in the given execution context. The returned validator adds all generated violations to the given context. Parameters ExecutionContextInterface $context The execution context Return Value ContextualValidatorInterface The validator for that context

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

ConstraintViolationBuilderInterface setPlural(int $number) Sets the number which determines how the plural form of the violation message is chosen when it is translated. Parameters int $number The number for determining the plural form Return Value ConstraintViolationBuilderInterface This builder

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

interface MetadataInterface A container for validation metadata. Most importantly, the metadata

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

ClassMetadata|false read(string

2025-01-10 15:47:30