You are here

public function ChangesInterface::setLimit in Replication 8.2

Same name and namespace in other branches
  1. 8 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 69

Class

ChangesInterface
Define and build a changeset for a Workspace.

Namespace

Drupal\replication\Changes

Code

public function setLimit($limit);