public function ChangesInterface::setLimit in Replication 8
Same name and namespace in other branches
- 8.2 src/Changes/ChangesInterface.php \Drupal\replication\Changes\ChangesInterface::setLimit()
Set the limit of returned number of items.
Parameters
int $limit: The limit of returned items.
Return value
\Drupal\replication\Changes\ChangesInterface Returns $this.
1 method overrides ChangesInterface::setLimit()
- Changes::setLimit in src/
Changes/ Changes.php - Set the limit of returned number of items.
File
- src/
Changes/ ChangesInterface.php, line 87
Class
- ChangesInterface
- Define and build a changeset for a Workspace.
Namespace
Drupal\replication\ChangesCode
public function setLimit($limit);