You are here

protected property ReplicationContentDataAlterEvent::$entity in Replication 8

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

The entity being normalized.

Type: \Drupal\Core\Entity\ContentEntityInterface

File

src/Event/ReplicationContentDataAlterEvent.php, line 19

Class

ReplicationContentDataAlterEvent
Event instance for altering normalized content entity data.

Namespace

Drupal\replication\Event

Code

protected $entity;