You are here

public function AllDocsFactoryInterface::get in Replication 8.2

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

AllDocsFactoryInterface

Namespace

Drupal\replication

Code

public function get(WorkspaceInterface $workspace);