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
CurrencyValidator
  • References/PHP/Symfony/Component/Validator/Constraints

class CurrencyValidator extends

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

class TrueValidator extends

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

interface GroupSequenceProviderInterface Defines the interface for a group sequence provider.

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

class LessThan extends

2025-01-10 15:47:30
ExecutionContextInterface::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
BlackHoleMetadataFactory::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
ExecutionContext::getMetadata()
  • References/PHP/Symfony/Component/Validator/Context

MetadataInterface|null

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

class PropertyPath Contains utility methods for dealing with property paths. For more extensive

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

class ExecutionContext implements

2025-01-10 15:47:30