Functions

NameLocationDescription
content_helper_operations_node_operationscustom/content_helper/content_helper_operations/content_helper_operations.module@file Add some useful node operations to Content Management page.
dprint_rxcustom/devel_helper/devel_helper.modulePrint a variable in a friendly and usable format to the page.
dprxcustom/devel_helper/devel_helper.moduleShortcut alias for dprint_rx().
dvmxcustom/devel_helper/devel_helper.modulePrint a variable in a friendly and usable format to the 'message' area of the page. Uses drupal_set_message()
fieldset_helper_admin_settingscontrib-jrockowitz/fieldset_helper/fieldset_helper.admin.incAdministration page for the 'Fieldset helper' module.
fieldset_helper_alter_theme_fieldsetcontrib-jrockowitz/fieldset_helper/fieldset_helper.moduleTheme related function that is used by the phptemplate_fieldset() function (in fieldset_helper.theme.inc) used to alter the fieldset so that its collapsible state can be saved.
fieldset_helper_alter_theme_system_modulescontrib-jrockowitz/fieldset_helper/fieldset_helper.moduleTheme related function used by the included phptemplate_theme_system() to prepend 'Expand all | Collapse all' to the system modules page.
fieldset_helper_clear_auto_excluded_submitcontrib-jrockowitz/fieldset_helper/fieldset_helper.admin.incClear the list of form id excluded by the fieldset_helper_form_alter() function.
fieldset_helper_clear_fieldset_id_lookup_submitcontrib-jrockowitz/fieldset_helper/fieldset_helper.admin.incClear the fieldset helper state manager table
fieldset_helper_form_altercontrib-jrockowitz/fieldset_helper/fieldset_helper.moduleImplementation of hook_form_alter().
fieldset_helper_installcontrib-jrockowitz/fieldset_helper/fieldset_helper.installImplementation of hook_install().
fieldset_helper_menucontrib-jrockowitz/fieldset_helper/fieldset_helper.moduleImplementation of hook_menu().
fieldset_helper_permcontrib-jrockowitz/fieldset_helper/fieldset_helper.moduleImplementation of hook_perm().
fieldset_helper_schemacontrib-jrockowitz/fieldset_helper/fieldset_helper.installImplementation of hook_schema().
fieldset_helper_state_manager_clear_lookup_idscontrib-jrockowitz/fieldset_helper/fieldset_helper.moduleClear all the store lookup id for every form.
fieldset_helper_state_manager_get_cookie_statescontrib-jrockowitz/fieldset_helper/fieldset_helper.moduleGet an associated array for lookup id and the element's state (1 or 0) from $_COOKIE['fieldset_helper_state_manager'].
fieldset_helper_state_manager_get_lookup_idcontrib-jrockowitz/fieldset_helper/fieldset_helper.moduleGet the lookup id for the $element_id in the current path.
fieldset_helper_state_manager_get_statecontrib-jrockowitz/fieldset_helper/fieldset_helper.moduleGet fieldset's collapsed state.
fieldset_helper_testcontrib-jrockowitz/fieldset_helper/fieldset_helper.admin.incTest page for the 'Fieldset helper' module.
fieldset_helper_test_formcontrib-jrockowitz/fieldset_helper/fieldset_helper.admin.incTest form for the 'Fieldset helper' module.
fieldset_helper_themecontrib-jrockowitz/fieldset_helper/fieldset_helper.moduleImplementation of hook_theme().
fieldset_helper_uninstallcontrib-jrockowitz/fieldset_helper/fieldset_helper.installImplementation of hook_uninstall().
form_helper_alter_admin_settingscustom/form_helper/form_helper_alter/form_helper_alter.admin.incAdministration page for 'Form helper alter' module
form_helper_alter_admin_settings_submitcustom/form_helper/form_helper_alter/form_helper_alter.admin.incSubmission handler for 'Form helper alter' admin settings forms.
form_helper_alter_form_altercustom/form_helper/form_helper_alter/form_helper_alter.moduleImplementation of hook_form_alter().
form_helper_alter_form_alter_submitcustom/form_helper/form_helper_alter/form_helper_alter.moduleSubmission handler to remove form_helper_alter_fieldset.
form_helper_alter_installcustom/form_helper/form_helper_alter/form_helper_alter.installImplementation of hook_install().
form_helper_alter_menucustom/form_helper/form_helper_alter/form_helper_alter.moduleImplementation of hook_menu().
form_helper_alter_permcustom/form_helper/form_helper_alter/form_helper_alter.moduleImplementation of hook_perm().
form_helper_alter_uninstallcustom/form_helper/form_helper_alter/form_helper_alter.installImplementation of hook_uninstall().
form_helper_menucustom/form_helper/form_helper.moduleImplementation of hook_menu().
form_helper_set_weightcustom/form_helper/form_helper.moduleSet a form elements weight if it is defined.
form_helper_validation_demo_custom_validation_rulecustom/form_helper/form_helper_validation/form_helper_validation.demo.incExample of a custom validation rule.
form_helper_validation_demo_formcustom/form_helper/form_helper_validation/form_helper_validation.demo.incDemo form for form helper validation
form_helper_validation_demo_form_submitcustom/form_helper/form_helper_validation/form_helper_validation.demo.incDisplay all form elements are valid upon successful demo form submission
form_helper_validation_has_rulecustom/form_helper/form_helper_validation/form_helper_validation.moduleCheck if validation rule exists
form_helper_validation_menucustom/form_helper/form_helper_validation/form_helper_validation.moduleImplementation of hook_menu().
form_helper_validation_permcustom/form_helper/form_helper_validation/form_helper_validation.moduleImplementation of hook_perm().
form_helper_validation_test_datacustom/form_helper/form_helper_validation/form_helper_validation.test.data.inc@file Test data for 'Form helper validation' module
form_helper_validation_validatecustom/form_helper/form_helper_validation/form_helper_validation.moduleExecute validatation for a specified rule type
form_helper_validation_validate_elementcustom/form_helper/form_helper_validation/form_helper_validation.moduleExecute element validation for any rule including custom rules for other modules.
form_helper_validation_validate_element_namecustom/form_helper/form_helper_validation/form_helper_validation.moduleValidate element based on a rule type defined within the element's name.
menu_helper_active_admin_formcustom/menu_helper/menu_helper_active/menu_helper_active.admin.incAdministration form for the 'Menu helper active' module admin settings.
menu_helper_active_admin_form_submitcustom/menu_helper/menu_helper_active/menu_helper_active.admin.incHandle form submission for 'Menu helper active' module admin settings.
menu_helper_active_admin_form_validatecustom/menu_helper/menu_helper_active/menu_helper_active.admin.incValidate form submission for 'Menu helper active' module admin settings.
menu_helper_active_item_state_offcustom/menu_helper/menu_helper_active/menu_helper_active.moduleRestore $_GET[q] its orginal value.
menu_helper_active_item_state_oncustom/menu_helper/menu_helper_active/menu_helper_active.moduleReset $_GET[q] to custom active path.
menu_helper_active_menucustom/menu_helper/menu_helper_active/menu_helper_active.moduleImplementation of hook_menu().
menu_helper_active_uninstallcustom/menu_helper/menu_helper_active/menu_helper_active.installImplementation of hook_uninstall().
menu_helper_auto_admin_formcustom/menu_helper/menu_helper_auto/menu_helper_auto.admin.incAdministration form for 'Menu helper auto'