public function ReplicationContentDataAlterEvent::getContext in Replication 8
Same name and namespace in other branches
- 8.2 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\EventCode
public function getContext() {
return $this->context;
}