public function AllDocs::endKey in Replication 8
Same name and namespace in other branches
- 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
Namespace
Drupal\replication\AllDocsCode
public function endKey($key) {
$this->endKey = $key;
}