Skip to main content
Drupal API
User account menu
  • Log in

Breadcrumb

  1. Drupal Core 11.1.x
  2. ConstraintValidatorInterface.php

function ConstraintValidatorInterface::validate

Checks if the passed value is valid.

Return value

void

119 methods override ConstraintValidatorInterface::validate()
AbstractComparisonValidator::validate in vendor/symfony/validator/Constraints/AbstractComparisonValidator.php
Checks if the passed value is valid.
AllValidator::validate in vendor/symfony/validator/Constraints/AllValidator.php
Checks if the passed value is valid.
AtLeastOneOfValidator::validate in vendor/symfony/validator/Constraints/AtLeastOneOfValidator.php
Checks if the passed value is valid.
BicValidator::validate in vendor/symfony/validator/Constraints/BicValidator.php
Checks if the passed value is valid.
BlankValidator::validate in vendor/symfony/validator/Constraints/BlankValidator.php
Checks if the passed value is valid.

... See full list

File

vendor/symfony/validator/ConstraintValidatorInterface.php, line 33

Class

ConstraintValidatorInterface
@author Bernhard Schussek <bschussek@gmail.com>

Namespace

Symfony\Component\Validator

Code

public function validate(mixed $value, Constraint $constraint);

API Navigation

  • Drupal Core 11.1.x
  • Topics
  • Classes
  • Functions
  • Constants
  • Globals
  • Files
  • Namespaces
  • Deprecated
  • Services
RSS feed
Powered by Drupal