function power_menu_get_pm_menus in Power Menu 6
Same name and namespace in other branches
- 7 power_menu.module \power_menu_get_pm_menus()
Return all menus that are used for power menu
3 calls to power_menu_get_pm_menus()
- power_menu_token_list in ./
power_menu.module - Implementation of hook_token_list().
- power_menu_token_values in ./
power_menu.module - Implementation of hook_token_values().
- _power_menu_form_alter in ./
power_menu.forms.inc - @file manipulation of the forms
File
- ./
power_menu.module, line 211 - This module provides some additional menu features. The features are not actually new, but are part of other modules. it's though very cumbersome to creating a new menu item, because one has to go to all the different places to configure these…
Code
function power_menu_get_pm_menus() {
return variable_get('power_menu_menu', array());
}