You are here

function webform_civicrm_fapi_class in Webform CiviCRM Integration 6.2

Same name and namespace in other branches
  1. 7.2 webform_civicrm_d7_functions.inc \webform_civicrm_fapi_class()

Return FAPI class formatted for D6

1 call to webform_civicrm_fapi_class()
webform_civicrm_configure_form_builder in ./webform_civicrm_admin.inc
Form to configure CiviCRM options for a Webform Called indirectly from hook_menu() for D7-D6 compatibility

File

./webform_civicrm_d6_functions.inc, line 55
Keep all functions specific to a version of Drupal here, to allow the rest of the code to be version-independent.

Code

function webform_civicrm_fapi_class($str) {
  return $str;
}