ExecutionContextInterface::markObjectAsInitialized()
  • References/PHP/Symfony/Component/Validator/Context

markObjectAsInitialized(string $cacheKey) Marks that an object was initialized.

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

Constrain

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

ValidatorBuilderInterface

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

string|null getPropertyName() Returns the property name of the current node. If the metadata

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

addImplicitGroupName(string $group) Adds the given group if this constraint is in the Default group

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

Constrain

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

class NotEqualTo extends

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

string getClassName() Returns the name of the backing PHP class.

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

class FileValidator extends

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