You are here

public function ReplicationLogInterface::getHistory in Replication 8

Same name and namespace in other branches
  1. 8.2 src/Entity/ReplicationLogInterface.php \Drupal\replication\Entity\ReplicationLogInterface::getHistory()

Gets the entire history.

Return value

array List of history values.

1 method overrides ReplicationLogInterface::getHistory()
ReplicationLog::getHistory in src/Entity/ReplicationLog.php
Gets the entire history.

File

src/Entity/ReplicationLogInterface.php, line 15

Class

ReplicationLogInterface

Namespace

Drupal\replication\Entity

Code

public function getHistory();