You are here

function views_fieldsets_hierarchy_total_weights in Views fieldsets 7

Same name and namespace in other branches
  1. 7.2 views_fieldsets.module \views_fieldsets_hierarchy_total_weights()

Helper to ...

1 call to views_fieldsets_hierarchy_total_weights()
views_fieldsets_hierarchy_info in ./views_fieldsets.module
Helper to ...

File

./views_fieldsets.module, line 303
Hooks, helpers and theming for the Views Fieldsets module.

Code

function views_fieldsets_hierarchy_total_weights(&$hierarchy, &$fields = array(), &$weight = 0) {
  views_fieldsets_hierarchy_total_weights_set($hierarchy, $fields, $weight);
}