public function Changes::getSince in Replication 8
Get the since value.
Return value
int
Overrides ChangesInterface::getSince
File
- src/
Changes/ Changes.php, line 139
Class
Namespace
Drupal\replication\ChangesCode
public function getSince() {
return $this->since;
}