You are here

function webform_civicrm_install in Webform CiviCRM Integration 6.2

Same name and namespace in other branches
  1. 6 webform_civicrm.install \webform_civicrm_install()

Implementation of hook_install().

File

./webform_civicrm.install, line 115
Webform CiviCRM module's install, uninstall and upgrade code.

Code

function webform_civicrm_install() {
  drupal_install_schema('webform_civicrm');
}