You are here

function bat_unit_theme in Booking and Availability Management Tools for Drupal 8

Same name and namespace in other branches
  1. 7 modules/bat_unit/bat_unit.module \bat_unit_theme()

Implements hook_theme().

File

modules/bat_unit/bat_unit.module, line 64
Manage units - Units are things that can be booked for some period of time. (e.g. rooms - but also villas bungalows, cars, drills, you-get-the-idea etc.)

Code

function bat_unit_theme() {
  return [
    'bat_type_add_list' => [
      'variables' => [
        'content' => NULL,
      ],
    ],
    'bat_unit_add_list' => [
      'variables' => [
        'content' => NULL,
      ],
    ],
  ];
}