You are here

function webform_civicrm_configure_form in Webform CiviCRM Integration 7.2

Same name and namespace in other branches
  1. 6.2 webform_civicrm.module \webform_civicrm_configure_form()
  2. 6 webform_civicrm_forms.inc \webform_civicrm_configure_form()
  3. 7 webform_civicrm_forms.inc \webform_civicrm_configure_form()

Menu callback to pass the right number of params for this version of Drupal

1 string reference to 'webform_civicrm_configure_form'
webform_civicrm_menu in ./webform_civicrm.module
Implements hook_menu().

File

./webform_civicrm.module, line 40
Webform CiviCRM Integration Module: Links webform submissions to contacts in a CiviCRM database. @author Coleman Watts

Code

function webform_civicrm_configure_form($form, &$form_state, $node) {
  return webform_civicrm_configure_form_builder($form, $form_state, $node);
}