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

class EmailValidator extends

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
ConstraintViolationBuilderInterface::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 See also \Symfony\Component\Translation\TranslatorInterface::transChoice()

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

bool hasMetadataFor(mixed $value) Returns whether the class is able to return metadata for the

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

ValidatorBuilderInterface

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
RecursiveValidator::validatePropertyValue()
  • References/PHP/Symfony/Component/Validator/Validator

Constrain

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

PropertyMetadataInterface[]

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

class NotBlank extends Constraint

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

addViolation(string $message, array $params = array()) Adds a violation at the current node of the

2025-01-10 15:47:30