You are here

public function ReplicationLogInterface::getSourceLastSeq in Replication 8

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

Gets the last processed checkpoint.

Return value

string The last processed checkpoint.

1 method overrides ReplicationLogInterface::getSourceLastSeq()
ReplicationLog::getSourceLastSeq in src/Entity/ReplicationLog.php
Gets the last processed checkpoint.

File

src/Entity/ReplicationLogInterface.php, line 51

Class

ReplicationLogInterface

Namespace

Drupal\replication\Entity

Code

public function getSourceLastSeq();