You are here

public function CalendarEventTypeForm::__construct in Opigno calendar event 8

Same name and namespace in other branches
  1. 3.x src/Form/CalendarEventTypeForm.php \Drupal\opigno_calendar_event\Form\CalendarEventTypeForm::__construct()

CalendarEventTypeForm constructor.

Parameters

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

File

src/Form/CalendarEventTypeForm.php, line 34

Class

CalendarEventTypeForm
Form handler for calendar event type forms.

Namespace

Drupal\opigno_calendar_event\Form

Code

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