You are here

function webform_civicrm_fapi_class in Webform CiviCRM Integration 7.2

Same name and namespace in other branches
  1. 6.2 webform_civicrm_d6_functions.inc \webform_civicrm_fapi_class()

Return FAPI class formatted for D7

2 calls to webform_civicrm_fapi_class()
theme_webform_civicrm_options in ./webform_civicrm_d7_functions.inc
Theme function to format civicrm options form as a table
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_d7_functions.inc, line 17
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 explode(' ', $str);
}