contrib-jrockowitz/fieldset_helper/fieldset_helper.module, line 236
fieldset_helper_theme()Implementation of hook_theme().
<?php
function fieldset_helper_theme() {
return array(
'fieldset_helper_toggle_all' => array(
'arguments' => array('selector' => NULL, 'id' => NULL),
),
);
}
?>