DoctrineCache::write()
  • References/PHP/Symfony/Component/Validator/Mapping/Cache

write(ClassMetadata $metadata)

2025-01-10 15:47:30
Expression::getTargets()
  • References/PHP/Symfony/Component/Validator/Constraints

string|array getTargets() Returns whether the constraint can be put onto classes, properties

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

mixed getRoot() Returns the root element of the validation.

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

has(string $class) Returns whether metadata for the given class exists in the cache.

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

interface ValidatorInterface 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
RecursiveValidator::hasMetadataFor()
  • References/PHP/Symfony/Component/Validator/Validator

bool hasMetadataFor($object) Returns whether the class is able to return metadata for the given

2025-01-10 15:47:30
LazyLoadingMetadataFactory::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
ValidatorBuilder::disableAnnotationMapping()
  • References/PHP/Symfony/Component/Validator

ValidatorBuilderInterface

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

validate(mixed $value, string $subPath = '', null|string|string[] $groups = null, bool $traverse = false, bool $deep = false)

2025-01-10 15:47:30