interface ValidatorInterface

Validates values and graphs of objects and arrays.

@author Bernhard Schussek <bschussek@gmail.com>

@api

Hierarchy

Expanded class hierarchy of ValidatorInterface

All classes that implement ValidatorInterface

1 file declares its use of ValidatorInterface

File

drupal/core/vendor/symfony/validator/Symfony/Component/Validator/ValidatorInterface.php, line 23

Namespace

Symfony\Component\Validator
View source

Members

Namesort descending Modifiers Type Description Overrides
ValidatorInterface::getMetadataFactory public function Returns the factory for metadata instances. 1
ValidatorInterface::validate public function Validates a value. 1
ValidatorInterface::validateProperty public function Validates a property of a value against its current value. 1
ValidatorInterface::validatePropertyValue public function Validate a property of a value against a potential value. 1
ValidatorInterface::validateValue public function Validates a value against a constraint or a list of constraints. 1