You are here

public function AllDocs::endKey in Replication 8

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

Class

AllDocs

Namespace

Drupal\replication\AllDocs

Code

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