You are here

function bat_booking_example_theme in Booking and Availability Management Tools for Drupal 8

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

Implements hook_theme().

File

modules/bat_booking/bat_booking_example/bat_booking_example.module, line 10

Code

function bat_booking_example_theme() {
  return [
    'booking_confirmation_page' => [
      'template' => 'booking_confirmation_page',
      'variables' => [
        'header' => NULL,
        'form' => NULL,
      ],
    ],
  ];
}