You are here

public function BookingBundleForm::__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_booking/src/BookingBundleForm.php, line 34
Contains \Drupal\bat_booking\BookingBundleForm.

Class

BookingBundleForm
Form handler for type bundle forms.

Namespace

Drupal\bat_booking

Code

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