function UnprocessableHttpEntityException::setViolations

Sets the constraint violations associated with this exception.

Parameters

\Drupal\Core\Entity\EntityConstraintViolationListInterface $violations: The constraint violations.

File

core/modules/jsonapi/src/Exception/UnprocessableHttpEntityException.php, line 65

Class

UnprocessableHttpEntityException
A class to represent a 422 - Unprocessable Entity Exception.

Namespace

Drupal\jsonapi\Exception

Code

public function setViolations(EntityConstraintViolationListInterface $violations) {
  $this->violations = $violations;
}

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.