You are here

function variable_element_process_fieldset in Variable 7

Same name and namespace in other branches
  1. 7.2 variable.module \variable_element_process_fieldset()

Process variable fieldset

1 string reference to 'variable_element_process_fieldset'
variable_element_info in ./variable.module
Implements hook_element_info()

File

./variable.module, line 379
Variable API module

Code

function variable_element_process_fieldset($element) {
  $element += variable_edit_subform($element['#variable_list']);
  return $element;
}