UuidValidator
  • References/PHP/Symfony/Component/Validator/Constraints

class UuidValidator extends

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

class IdenticalTo extends

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

class PropertyMetadata extends

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

string validatedBy() Returns the name of the class that validates this constraint. By

2025-01-10 15:47:30
ConstraintViolationBuilder::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
ExecutionContext deprecated::validateValue()
  • References/PHP/Symfony/Component/Validator

validateValue(mixed $value, Constraint|

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

ValidatorBuilderInterface

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

string getPropertyPath() Returns the property path from the root element to the violation.

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

mixed getRoot() Returns the value at which validation was started in the object graph. The

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

string[] getConstrainedProperties() Returns the names of all constrained properties.

2025-01-10 15:47:30