You are here

function bat_booking_example_install in Booking and Availability Management Tools for Drupal 7

Same name and namespace in other branches
  1. 8 modules/bat_booking/bat_booking_example/bat_booking_example.install \bat_booking_example_install()

Implements hook_install().

File

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

Code

function bat_booking_example_install() {
  bat_booking_example_create_availability_event_type();
  bat_booking_example_create_standard_event_states();
}