You are here

protected property ImportEvent::$entity in Content Synchronizer 3.x

Same name and namespace in other branches
  1. 8.2 src/Events/ImportEvent.php \Drupal\content_synchronizer\Events\ImportEvent::entity
  2. 8 src/Events/ImportEvent.php \Drupal\content_synchronizer\Events\ImportEvent::entity

The imported entity.

Type: \Drupal\Core\Entity\EntityInterface

File

src/Events/ImportEvent.php, line 20

Class

ImportEvent
Import event.

Namespace

Drupal\content_synchronizer\Events

Code

protected $entity;