You are here

public function ImportEvent::getEntity in Content Synchronizer 8

Same name and namespace in other branches
  1. 8.2 src/Events/ImportEvent.php \Drupal\content_synchronizer\Events\ImportEvent::getEntity()
  2. 3.x src/Events/ImportEvent.php \Drupal\content_synchronizer\Events\ImportEvent::getEntity()

Return the entity.

Return value

\Drupal\Core\Entity\Entity THe entity.

File

src/Events/ImportEvent.php, line 35

Class

ImportEvent
Import event.

Namespace

Drupal\content_synchronizer\Events

Code

public function getEntity() {
  return $this->entity;
}