You are here

function bat_event_theme in Booking and Availability Management Tools for Drupal 8

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

Implements hook_theme().

File

modules/bat_event/bat_event.module, line 478
Manage Events - Events store the EventValue of a Unit over a period of time.

Code

function bat_event_theme() {
  return [
    'bat_event' => [
      'render element' => 'elements',
      'template' => 'bat_event',
    ],
    'bat_event_add_list' => [
      'variables' => [
        'content' => NULL,
      ],
    ],
  ];
}