You are here

function hosting_platform_install in Hostmaster (Aegir) 6

Implementation of hook_install().

File

modules/hosting/platform/hosting_platform.install, line 66
Install, update and uninstall for the Platforms module.

Code

function hosting_platform_install() {

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