You are here

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

Constructs the EventSeriesTypeForm object.

Parameters

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

File

modules/bat_event_series/src/EventSeriesTypeForm.php, line 35
Contains \Drupal\bat_event_series\EventSeriesTypeForm.

Class

EventSeriesTypeForm
Form handler for event series type forms.

Namespace

Drupal\bat_event_series

Code

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