You are here

protected property EntityTraversal::$baseEntity in General Data Protection Regulation 3.0.x

Same name and namespace in other branches
  1. 8.2 modules/gdpr_fields/src/EntityTraversal.php \Drupal\gdpr_fields\EntityTraversal::baseEntity
  2. 8 modules/gdpr_fields/src/EntityTraversal.php \Drupal\gdpr_fields\EntityTraversal::baseEntity

The starting entity for the traversal.

Type: \Drupal\Core\Entity\EntityInterface

File

modules/gdpr_fields/src/EntityTraversal.php, line 54

Class

EntityTraversal
Base class for traversing entities.

Namespace

Drupal\gdpr_fields

Code

protected $baseEntity;