public function ChangesInterface::setSince in Replication 8
Same name and namespace in other branches
- 8.2 src/Changes/ChangesInterface.php \Drupal\replication\Changes\ChangesInterface::setSince()
Sets from what sequence number to check for changes.
Parameters
int $seq: The sequence ID to start including changes from. Result includes last_seq.
Return value
\Drupal\replication\Changes\ChangesInterface Returns $this.
1 method overrides ChangesInterface::setSince()
- Changes::setSince in src/
Changes/ Changes.php - Sets from what sequence number to check for changes.
File
- src/
Changes/ ChangesInterface.php, line 58
Class
- ChangesInterface
- Define and build a changeset for a Workspace.
Namespace
Drupal\replication\ChangesCode
public function setSince($seq);