You are here

public function OverviewMenuInstances::__construct in Organic Groups Menu (OG Menu) 8

Constructs an OverviewTerms object.

Parameters

\Drupal\Core\Entity\EntityTypeManagerInterface $entity_type_manager: The entity type manager service.

File

src/Form/OverviewMenuInstances.php, line 37

Class

OverviewMenuInstances
Provides terms overview form for a taxonomy vocabulary.

Namespace

Drupal\og_menu\Form

Code

public function __construct(EntityTypeManagerInterface $entity_type_manager) {
  $this->entityTypeManager = $entity_type_manager;
}