You are here

public function TypeBundleForm::__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

modules/bat_unit/src/TypeBundleForm.php, line 34
Contains \Drupal\bat_unit\TypeBundleForm.

Class

TypeBundleForm
Form handler for type bundle forms.

Namespace

Drupal\bat_unit

Code

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