You are here

function bat_booking_theme in Booking and Availability Management Tools for Drupal 8

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

Implements hook_theme().

File

modules/bat_booking/bat_booking.module, line 176

Code

function bat_booking_theme() {
  return [
    'bat_booking_add_list' => [
      'variables' => [
        'content' => NULL,
      ],
    ],
  ];
}