You are here

protected property ExportEvent::$entity in Default Content for D8 2.0.x

Same name and namespace in other branches
  1. 8 src/Event/ExportEvent.php \Drupal\default_content\Event\ExportEvent::entity

The entity we're exporting.

Type: \Drupal\Core\Entity\ContentEntityInterface

File

src/Event/ExportEvent.php, line 20

Class

ExportEvent
Defines event fired when content is exported.

Namespace

Drupal\default_content\Event

Code

protected $entity;