You are here

public function MultiversionIndexFactory::__construct in Multiversion 8

Same name and namespace in other branches
  1. 8.2 src/Entity/Index/MultiversionIndexFactory.php \Drupal\multiversion\Entity\Index\MultiversionIndexFactory::__construct()

File

src/Entity/Index/MultiversionIndexFactory.php, line 20

Class

MultiversionIndexFactory

Namespace

Drupal\multiversion\Entity\Index

Code

public function __construct(ContainerInterface $container, WorkspaceManagerInterface $workspace_manager) {
  $this->container = $container;
  $this->workspaceManager = $workspace_manager;
}