You are here

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

Implements hook_install().

File

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

Code

function rooms_unit_install() {
  rooms_description_content_type_install();
  rooms_unit_install_create_options_field();
}