function bat_booking_install in Booking and Availability Management Tools for Drupal 8
Same name and namespace in other branches
- 7 modules/bat_booking/bat_booking.install \bat_booking_install()
Implements hook_install().
File
- modules/
bat_booking/ bat_booking.install, line 11 - Install, update and uninstall functions for the BAT Booking module.
Code
function bat_booking_install() {
// Create "Standard" booking type.
bat_booking_create_standard_booking_type();
}