You are here

public function EntityTypeInfo::__construct in Workspace 8

Same name and namespace in other branches
  1. 8.2 src/EntityTypeInfo.php \Drupal\workspace\EntityTypeInfo::__construct()

Constructs a new Toolbar.

Parameters

\Drupal\multiversion\MultiversionManagerInterface $multiversion_manager:

File

src/EntityTypeInfo.php, line 33

Class

EntityTypeInfo
Service class for manipulating entity type information.

Namespace

Drupal\workspace

Code

public function __construct(MultiversionManagerInterface $multiversion_manager) {
  $this->multiversionManager = $multiversion_manager;
}