You are here

public function TypeGroupBundleForm::__construct in Booking and Availability Management Tools for Drupal 8

Constructs the EventTypeForm object.

Parameters

\Drupal\Core\Entity\EntityTypeManagerInterface $entity_manager: The entity manager.

File

src/TypeGroupBundleForm.php, line 34
Contains \Drupal\bat\TypeGroupBundleForm.

Class

TypeGroupBundleForm
Form handler for type group bundle forms.

Namespace

Drupal\bat

Code

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