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