You are here

function webform_civicrm_install in Webform CiviCRM Integration 6

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

Implementation of hook_install().

File

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

Code

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