You are here

protected property AfterEntityPush::$entity in CMS Content Sync 2.1.x

Same name and namespace in other branches
  1. 8 src/Event/AfterEntityPush.php \Drupal\cms_content_sync\Event\AfterEntityPush::entity
  2. 2.0.x src/Event/AfterEntityPush.php \Drupal\cms_content_sync\Event\AfterEntityPush::entity

Entity.

Type: \Drupal\Core\Entity\EntityInterface

File

src/Event/AfterEntityPush.php, line 23

Class

AfterEntityPush
The entity has been pushed successfully. Other modules can use this to react on successful push events.

Namespace

Drupal\cms_content_sync\Event

Code

protected $entity;