public function AllDocsFactoryInterface::get in Replication 8
Same name and namespace in other branches
- 8.2 src/AllDocsFactoryInterface.php \Drupal\replication\AllDocsFactoryInterface::get()
Constructs a new AllDocs instance.
Parameters
\Drupal\multiversion\Entity\WorkspaceInterface $workspace:
Return value
\Drupal\replication\AllDocs\AllDocsInterface
File
- src/
AllDocsFactoryInterface.php, line 16
Class
Namespace
Drupal\replicationCode
public function get(WorkspaceInterface $workspace);