Validator deprecated::hasMetadataFor()
  • References/PHP/Symfony/Component/Validator

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

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

ClassMetadata|false read(string

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

bool isGroupValidated(string $cacheKey, string $groupHash) Returns whether an object was validated

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

class LessThanOrEqualValidator extends

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

MetadataFactoryInterface

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

class Isbn extends Constraint

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

string transChoice(string $id, int $number, array $parameters = array(), string|null $domain = null, string|null $locale = null)

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

ConstraintViolationBuilderInterface buildViolation(string $message, array $parameters = array()) Returns a builder for adding a violation with extended information. Call {@link ConstraintViolationBuilderInterface::addViolation()} to add the violation when you're done with the configuration: $context->buildViolation('Please enter a number between %min% and %max%.') ->setParameter('%min%', 3) ->setParameter('%max%', 10) ->setTranslationDomain('number_valida

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

int getCascadingStrategy() Class nodes are never cascaded. {@inheritdoc}

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

setGroup(string|null $group) Sets the currently validated group.

2025-01-10 15:47:30