Type::getDefaultOption()
  • References/PHP/Symfony/Component/Validator/Constraints

string getDefaultOption() Returns the name of the default option. Override this method

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

class NotBlank extends Constraint

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

class NotIdenticalToValidator extends

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

string|null getHtmlPattern() Converts the htmlPattern to a suitable format for HTML5 pattern

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

class Uuid extends Constraint

2025-01-10 15:47:30
DateValidator::checkDate()
  • References/PHP/Symfony/Component/Validator/Constraints

static bool checkDate(int $year, int $month, int $day) Checks whether a date is valid

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

class GreaterThanValidator extends

2025-01-10 15:47:30