You are here

protected property EntityPostSaveEvent::$entity in YAML Content 8

Same name and namespace in other branches
  1. 8.2 src/Event/EntityPostSaveEvent.php \Drupal\yaml_content\Event\EntityPostSaveEvent::entity

The imported and saved entity object.

Type: \Drupal\Core\Entity\EntityInterface

File

src/Event/EntityPostSaveEvent.php, line 18

Class

EntityPostSaveEvent
Wraps a yaml content entity post-save event for event listeners.

Namespace

Drupal\yaml_content\Event

Code

protected $entity;