function ConstraintViolationBuilder::setParameter
File
- 
              core/
lib/ Drupal/ Core/ Validation/ ConstraintViolationBuilder.php, line 86  
Class
- ConstraintViolationBuilder
 - A constraint violation builder for the basic Symfony validator.
 
Namespace
Drupal\Core\ValidationCode
public function setParameter(string $key, mixed $value) : static {
  $this->parameters[$key] = $value;
  return $this;
}
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.