GenericMetadata
  • References/PHP/Symfony/Component/Validator/Mapping

class GenericMetadata implements

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

offsetExists($offset) {@inheritdoc} Parameters

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

ConstraintViolationBuilderInterface atPath(string $path) Stores the property path at which the violation should be generated. The passed path will be appended to the current property path of the execution context. Parameters string $path The property path Return Value ConstraintViolationBuilderInterface This builder

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

interface ExecutionContextInterface The context of a validation run. The context collects

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
All::getRequiredOptions()
  • References/PHP/Symfony/Component/Validator/Constraints

array getRequiredOptions() Returns the name of the required options. Override this method

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
StaticMethodLoader
  • References/PHP/Symfony/Component/Validator/Mapping/Loader

class StaticMethodLoader implements

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

class IsTrue extends Constraint

2025-01-10 15:47:30