MetadataFactoryInterface::hasMetadataFor()
  • References/PHP/Symfony/Component/Validator/Mapping/Factory

bool hasMetadataFor(mixed $value) Returns whether the class is able to return metadata for the

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

MetadataFactoryInterface

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

class RecursiveContextualValidator implements

2025-01-10 15:47:30
ExecutionContextInterface 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
CollectionValidator
  • References/PHP/Symfony/Component/Validator/Constraints

class CollectionValidator extends

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

addAll(Con

2025-01-10 15:47:30
ConstraintViolationBuilder::setParameters()
  • References/PHP/Symfony/Component/Validator/Violation

ConstraintViolationBuilderInterface setParameters(array $parameters) Sets all parameters to be inserted into the violation message. Parameters array $parameters An array with the parameter names as keys and the values to be inserted in their place as values Return Value ConstraintViolationBuilderInterface This builder

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

mixed getInvalidValue() Returns the value that caused the violation.

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

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

2025-01-10 15:47:30
MemberMetadata::getPropertyName()
  • References/PHP/Symfony/Component/Validator/Mapping

string getPropertyName() Returns the name of the property.

2025-01-10 15:47:30