You are here

public function ReplicationLogInterface::setHistory in Replication 8

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

Sets the entire history.

Parameters

array $history: List containing replication history items.

Return value

$this

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

File

src/Entity/ReplicationLogInterface.php, line 25

Class

ReplicationLogInterface

Namespace

Drupal\replication\Entity

Code

public function setHistory($history);