You are here

public function AllDocs::endKey in Replication 8.2

Same name and namespace in other branches
  1. 8 src/AllDocs/AllDocs.php \Drupal\replication\AllDocs\AllDocs::endKey()

Parameters

string $key:

Return value

\Drupal\replication\AllDocs\AllDocsInterface

Overrides AllDocsInterface::endKey

File

src/AllDocs/AllDocs.php, line 130

Class

AllDocs

Namespace

Drupal\replication\AllDocs

Code

public function endKey($key) {
  $this->endKey = $key;
}