You are here

public property BeforeEntityPull::$entity in CMS Content Sync 2.1.x

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

Entity.

Type: \Drupal\Core\Entity\EntityInterface

File

src/Event/BeforeEntityPull.php, line 23

Class

BeforeEntityPull
An entity is being pulled. Modules can use this to append additional field values or process other information for different use cases.

Namespace

Drupal\cms_content_sync\Event

Code

public $entity;