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

class CountValidator extends

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

int|null getPlural() Returns a number for pluralizing the violation message. For example

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

class AllValidator extends

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

ContextualValidatorInterface startContext() Starts a new validation context and returns a validator for that context. The returned validator collects all violations generated within its context. You can access these violations with the {@link ContextualValidatorInterface::getViolations()} method. Return Value ContextualValidatorInterface The validator for the new context

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

ValidatorBuilderInterface

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

ValidatorBuilderInterface

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

remove(int $offset) Removes a violation at a given offset.

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

ValidatorBuilderInterface

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