public function UnitBundleForm::__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/ UnitBundleForm.php, line 34 - Contains \Drupal\bat_unit\UnitBundleForm.
Class
- UnitBundleForm
- Form handler for unit bundle forms.
Namespace
Drupal\bat_unitCode
public function __construct(EntityTypeManagerInterface $entity_manager) {
$this->entityTypeManager = $entity_manager;
}