function bat_theme in Booking and Availability Management Tools for Drupal 8
Implements hook_theme().
File
- ./
bat.module, line 38 - Contains bat.module..
Code
function bat_theme() {
return [
'bat_type_group_add_list' => [
'variables' => [
'content' => NULL,
],
],
'bat_entity_edit_form' => [
'render element' => 'form',
],
];
}