You are here

interface AllDocsFactoryInterface in Replication 8.2

Same name and namespace in other branches
  1. 8 src/AllDocsFactoryInterface.php \Drupal\replication\AllDocsFactoryInterface

Hierarchy

Expanded class hierarchy of AllDocsFactoryInterface

All classes that implement AllDocsFactoryInterface

File

src/AllDocsFactoryInterface.php, line 7

Namespace

Drupal\replication
View 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

Namesort descending Modifiers Type Description Overrides
AllDocsFactoryInterface::get public function Constructs a new AllDocs instance.