public function BulkDocsFactory::get in Replication 8
Same name and namespace in other branches
- 8.2 src/BulkDocsFactory.php \Drupal\replication\BulkDocsFactory::get()
@inheritDoc
Overrides BulkDocsFactoryInterface::get
File
- src/
BulkDocsFactory.php, line 88
Class
Namespace
Drupal\replicationCode
public function get(WorkspaceInterface $workspace) {
return new BulkDocs($this->workspaceManager, $workspace, $this->uuidIndex, $this->revIndex, $this->entityTypeManager, $this->lock, $this->logger, $this->state, $this->config);
}