public function ReplicationContentDataAlterEvent::getEntity in Replication 8.2
Same name and namespace in other branches
- 8 src/Event/ReplicationContentDataAlterEvent.php \Drupal\replication\Event\ReplicationContentDataAlterEvent::getEntity()
Return value
\Drupal\Core\Entity\ContentEntityInterface
File
- src/
Event/ ReplicationContentDataAlterEvent.php, line 56
Class
- ReplicationContentDataAlterEvent
- Event instance for altering normalized content entity data.
Namespace
Drupal\replication\EventCode
public function getEntity() {
return $this->entity;
}