You are here

function fieldset_helper_fieldgroup_fieldset_custom_preprocess in Fieldset helper 6.2

Implementation of hook_theme_custom_preprocess().

File

./fieldset_helper.theme.inc, line 237
Theme functions for fieldset helper module

Code

function fieldset_helper_fieldgroup_fieldset_custom_preprocess($element) {
  fieldset_helper_alter_theme_fieldset($element);
  return fieldset_helper_theme_custom('fieldgroup_fieldset', $element);
}