Returns the list of violations generated during the entity validation.
\Drupal\Core\Entity\EntityConstraintViolationListInterface The list of violations generated during the entity validation.
public function getViolations() { return $this->violations; }