interface AllDocsFactoryInterface in Replication 8
Same name and namespace in other branches
- 8.2 src/AllDocsFactoryInterface.php \Drupal\replication\AllDocsFactoryInterface
Hierarchy
- interface \Drupal\replication\AllDocsFactoryInterface
Expanded class hierarchy of AllDocsFactoryInterface
All classes that implement AllDocsFactoryInterface
File
- src/
AllDocsFactoryInterface.php, line 7
Namespace
Drupal\replicationView source
interface AllDocsFactoryInterface {
/**
* Constructs a new AllDocs instance.
*
* @param \Drupal\multiversion\Entity\WorkspaceInterface $workspace
*
* @return \Drupal\replication\AllDocs\AllDocsInterface
*/
public function get(WorkspaceInterface $workspace);
}
Members
Name | Modifiers | Type | Description | Overrides |
---|---|---|---|---|
AllDocsFactoryInterface:: |
public | function | Constructs a new AllDocs instance. |