RecursiveContextualValidator::validatePropertyValue()
  • References/PHP/Symfony/Component/Validator/Validator

ContextualValidatorInterface validatePropertyValue(object|string $objectOrClass, string $propertyName, mixed $value, array|null $groups = null) Validates a value against the constraints specified for an object's property. Parameters object|string $objectOrClass The object or its class name string $propertyName The name of the property mixed $value The value to validate against the property's constraints array|null $groups The validation groups to validate. If none is given, "D

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

Constrain

2025-01-10 15:47:30
PropertyMetadataContainerInterface deprecated::getPropertyMetadata()
  • References/PHP/Symfony/Component/Validator

PropertyMetadataInterface[]

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

class NotBlank extends Constraint

2025-01-10 15:47:30
ExecutionContextInterface::addViolation()
  • References/PHP/Symfony/Component/Validator/Context

addViolation(string $message, array $params = array()) Adds a violation at the current node of the

2025-01-10 15:47:30
ExecutionContext deprecated::getPropertyPath()
  • References/PHP/Symfony/Component/Validator

string getPropertyPath(string $subPath = '') Returns the property path to the value that the

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

class NotIdenticalToValidator extends

2025-01-10 15:47:30
ExecutionContextInterface::isConstraintValidated()
  • References/PHP/Symfony/Component/Validator/Context

bool isConstraintValidated(string $cacheKey, string $constraintHash) Returns whether a constraint

2025-01-10 15:47:30
CacheInterface
  • References/PHP/Symfony/Component/Validator/Mapping/Cache

interface CacheInterface Persists ClassMetadata instances in a cache.

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