You are here

public function ReplicationContentDataAlterEvent::getContext in Replication 8.2

Same name and namespace in other branches
  1. 8 src/Event/ReplicationContentDataAlterEvent.php \Drupal\replication\Event\ReplicationContentDataAlterEvent::getContext()

Return value

array

File

src/Event/ReplicationContentDataAlterEvent.php, line 70

Class

ReplicationContentDataAlterEvent
Event instance for altering normalized content entity data.

Namespace

Drupal\replication\Event

Code

public function getContext() {
  return $this->context;
}