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

class IsNullValidator extends

2025-01-10 15:47:30
Expression::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
Type
  • References/PHP/Symfony/Component/Validator/Constraints

class Type extends Constraint

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

class EqualToValidator extends

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

class CallbackValidator extends

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

array getParameters() Returns the parameters to be inserted into the raw violation message.

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

class CountValidator extends

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
DateValidator::validate()
  • References/PHP/Symfony/Component/Validator/Constraints

validate(mixed $value, Constraint $constraint)

2025-01-10 15:47:30