ValidatorInterface deprecated
interface ValidatorInterface
deprecated
Validates values and graphs of objects and arrays.
Methods
Validates a value.
Validates a property of a value against its current value.
Validate a property of a value against a potential value.
Validates a value against a constraint or a list of constraints.
Details
at line line 42
ConstraintViolationListInterface
validate(mixed $value, array|null $groups = null, bool $traverse = false, bool $deep = false)
Validates a value.
The accepted values depend on the {@link MetadataFactoryInterface} implementation.
The signature changed with Symfony 2.5 (see {@link Validator\ValidatorInterface::validate()}. This signature will be disabled in Symfony 3.0.
at line line 57
ConstraintViolationListInterface
validateProperty(mixed $containingValue, string $property, array|null $groups = null)
Validates a property of a value against its current value.
The accepted values depend on the {@link MetadataFactoryInterface} implementation.
at line line 74
ConstraintViolationListInterface
validatePropertyValue(mixed $containingValue, string $property, string $value, array|null $groups = null)
Validate a property of a value against a potential value.
The accepted values depend on the {@link MetadataFactoryInterface} implementation.
at line line 90
ConstraintViolationListInterface
validateValue(mixed $value, Constraint|Constraint[] $constraints, array|null $groups = null)
deprecated
deprecated
Validates a value against a constraint or a list of constraints.
at line line 102
MetadataFactoryInterface
getMetadataFactory()
deprecated
deprecated
Returns the factory for metadata instances.