public function AllDocs::startKey in Replication 8
Same name and namespace in other branches
- 8.2 src/AllDocs/AllDocs.php \Drupal\replication\AllDocs\AllDocs::startKey()
Parameters
string $key:
Return value
\Drupal\replication\AllDocs\AllDocsInterface
Overrides AllDocsInterface::startKey
File
- src/
AllDocs/ AllDocs.php, line 121
Class
Namespace
Drupal\replication\AllDocsCode
public function startKey($key) {
$this->startKey = $key;
}