You are here

function hosting_platform_install in Hosting 6.2

Same name and namespace in other branches
  1. 5 platform/hosting_platform.install \hosting_platform_install()

Implementation of hook_install().

File

platform/hosting_platform.install, line 67
Install, update and uninstall for the Platforms module.

Code

function hosting_platform_install() {

  // Create tables.
  drupal_install_schema('hosting_platform');
}