entityType = $entity_type; $this->original = $original; } /** * The entity type the event refers to. * * @return \Drupal\Core\Entity\EntityTypeInterface */ public function getEntityType() { return $this->entityType; } /** * The original entity type. * * @return \Drupal\Core\Entity\EntityTypeInterface */ public function getOriginal() { return $this->original; } }