You are here

function wf_crm_process_options_selection in Webform CiviCRM Integration 7.4

Same name and namespace in other branches
  1. 7.5 includes/wf_crm_admin_component.inc \wf_crm_process_options_selection()
  2. 7.3 webform_civicrm_admin.inc \wf_crm_process_options_selection()

Drupal FAPI submit callback for single-component form

1 string reference to 'wf_crm_process_options_selection'
wf_crm_admin_component::buildOptionsTable in includes/wf_crm_admin_component.inc
Interface similar to options_element module but with the important difference that options already exist in the civi db so this does not allow create/delete of options

File

includes/wf_crm_admin_component.inc, line 742

Code

function wf_crm_process_options_selection($form, &$form_state) {
  $admin_form = new wf_crm_admin_component($form, $form_state);
  $admin_form
    ->postProcess();
}