public function ChangesInterface::setStop in Replication 8
Sets until what sequence number to check for changes.
Parameters
int $seq: The sequence ID to stop at.
Return value
\Drupal\replication\Changes\ChangesInterface Returns $this.
1 method overrides ChangesInterface::setStop()
- Changes::setStop in src/
Changes/ Changes.php - Sets until what sequence number to check for changes.
File
- src/
Changes/ ChangesInterface.php, line 76
Class
- ChangesInterface
- Define and build a changeset for a Workspace.
Namespace
Drupal\replication\ChangesCode
public function setStop($seq);