You are here

public function ReplicationLogInterface::setSourceLastSeq in Replication 8

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

Sets the session id.

Parameters

string $source_last_seq: The last processed checkpoint.

Return value

$this

1 method overrides ReplicationLogInterface::setSourceLastSeq()
ReplicationLog::setSourceLastSeq in src/Entity/ReplicationLog.php
Sets the session id.

File

src/Entity/ReplicationLogInterface.php, line 61

Class

ReplicationLogInterface

Namespace

Drupal\replication\Entity

Code

public function setSourceLastSeq($source_last_seq);