You are here

protected property EntityConstraintViolationList::$entity in Drupal 9

Same name and namespace in other branches
  1. 8 core/lib/Drupal/Core/Entity/EntityConstraintViolationList.php \Drupal\Core\Entity\EntityConstraintViolationList::entity

The entity that has been validated.

Type: \Drupal\Core\Entity\FieldableEntityInterface

File

core/lib/Drupal/Core/Entity/EntityConstraintViolationList.php, line 24

Class

EntityConstraintViolationList
Implements an entity constraint violation list.

Namespace

Drupal\Core\Entity

Code

protected $entity;