GroupSequenceProviderInterface
  • References/PHP/Symfony/Component/Validator

interface GroupSequenceProviderInterface Defines the interface for a group sequence provider.

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

class CollectionValidator extends

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

addViolation(string $message, array $params = array(), mixed $invalidValue = null, int|null $plural = null, int|null $code = null)

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

class FileLoader 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
ConstraintViolationListInterface::add()
  • References/PHP/Symfony/Component/Validator

add(ConstraintViolationInterface

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

offsetExists($offset) {@inheritdoc} Parameters

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

mixed getValue() Returns the value that the validator is currently validating. If you

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

class LazyLoadingMetadataFactory implements

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

object|null getObject() Returns the currently validated object. If the validator is currently

2025-01-10 15:47:30