public function ReplicationLogInterface::getSourceLastSeq in Replication 8.2
Same name and namespace in other branches
- 8 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
Namespace
Drupal\replication\EntityCode
public function getSourceLastSeq();