function fieldset_helper_fieldset_custom_preprocess in Fieldset helper 6.2
Implementation of hook_theme_custom_preprocess().
File
- ./
fieldset_helper.theme.inc, line 229 - Theme functions for fieldset helper module
Code
function fieldset_helper_fieldset_custom_preprocess($element) {
fieldset_helper_alter_theme_fieldset($element);
return fieldset_helper_theme_custom('fieldset', $element);
}