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

class LocaleValidator extends

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

PropertyMetadataInterface[]

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

class Language extends Constraint

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

count() {@inheritdoc}

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

string|null getPropertyName() Returns the property name of the current node. If the metadata

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

Constraint|null getConstraint()

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

markGroupAsValidated(string $cacheKey, string $groupHash) Marks an object as validated in a specific

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

static string getErrorName(string $errorCode) Returns the name of the given error

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