public function MultiversionIndexFactory::__construct in Multiversion 8.2
Same name and namespace in other branches
- 8 src/Entity/Index/MultiversionIndexFactory.php \Drupal\multiversion\Entity\Index\MultiversionIndexFactory::__construct()
File
- src/
Entity/ Index/ MultiversionIndexFactory.php, line 20
Class
Namespace
Drupal\multiversion\Entity\IndexCode
public function __construct(ContainerInterface $container, WorkspaceManagerInterface $workspace_manager) {
$this->container = $container;
$this->workspaceManager = $workspace_manager;
}