You are here

function rooms_booking_install in Rooms - Drupal Booking for Hotels, B&Bs and Vacation Rentals 7

Implements hook_install().

File

modules/rooms_booking/rooms_booking.install, line 12
Sets up the base table for our entity and a table to store information about the entity types.

Code

function rooms_booking_install() {

  // Create a basic booking type.
  rooms_booking_create_standard_booking_type();
}