function hook_groupmenu_admin_menu_overview_form_tableselect in Group Menu 7
Implements hook_groupmenu_admin_menu_overview_form_tableselect().
Useful for other module that extend the functionality of the group menu admin overview form. When a module returns TRUE, the menu table will be rendered with checkboxes in the left column.
1 invocation of hook_groupmenu_admin_menu_overview_form_tableselect()
- groupmenu_admin_menu_overview_form in ./
groupmenu.pages.inc - Callback for admin/structure/groupmenu.
File
- ./
groupmenu.api.php, line 15 - Documentation of the API functions exposed by this module.
Code
function hook_groupmenu_admin_menu_overview_form_tableselect() {
return TRUE;
}