admin_menu_add_item |
./admin_menu.module |
Add a custom menu item. |
3 |
|
admin_menu_adjust_items |
./admin_menu.inc |
Add some hard-coded features for better user experience. |
1 |
|
admin_menu_admin_menu |
./admin_menu.module |
Implementation of hook_admin_menu(). |
|
|
admin_menu_build |
./admin_menu.inc |
Build the administration menu tree. |
1 |
|
admin_menu_clear_cache |
./admin_menu.module |
Clear the cached admin menu tree. |
1 |
|
admin_menu_copy_items |
./admin_menu.inc |
Recursively copy menu items from a source parent menu item to a target item. |
1 |
|
admin_menu_footer |
./admin_menu.module |
Implementation of hook_footer(). |
|
|
admin_menu_form_alter |
./admin_menu.module |
Implementation of hook_form_alter(). |
|
|
admin_menu_get_menu |
./admin_menu.module |
Return Administration Menu from cache or rebuild it. |
4 |
|
admin_menu_help |
./admin_menu.module |
Implementation of hook_help(). |
|
|
admin_menu_item_url |
./admin_menu.module |
Adjust the menu item path. |
3 |
|
admin_menu_menu |
./admin_menu.module |
Implementation of hook_menu(). |
|
|
admin_menu_move_item |
./admin_menu.inc |
Moves the child pointer of a menu item to a new parent. |
1 |
|
admin_menu_panels_cache |
./admin_menu.module |
Implementation of hook_panels_cache(). |
|
|
admin_menu_perm |
./admin_menu.module |
Implementation of hook_perm(). |
|
|
admin_menu_remove_item |
./admin_menu.inc |
Removes the child pointer for a menu item. |
2 |
|
admin_menu_suppress |
./admin_menu.module |
Suppress display of administration menu. |
1 |
|
admin_menu_theme_settings |
./admin_menu.module |
Form builder function for module settings. |
|
1 |
admin_menu_toggle_modules |
./admin_menu.module |
Menu callback to enable/disable developer modules. |
|
1 |
admin_menu_uninstall |
./admin_menu.install |
Implementation of hook_uninstall(). |
|
|
admin_menu_update_5202 |
./admin_menu.install |
#224605: Rebuild cached menu for users. |
|
|
theme_admin_menu_icon |
./admin_menu.inc |
Render an icon to display in the Administration Menu. |
|
|
theme_admin_menu_item |
./admin_menu.module |
Generate the HTML output for a single menu item. |
1 |
|
theme_admin_menu_tree |
./admin_menu.module |
Generate the HTML for a menu tree. |
1 |
|
_admin_menu_get_children |
./admin_menu.inc |
Recursively adds items to the administration menu. |
1 |
|
_admin_menu_sort |
./admin_menu.module |
Comparator routine for use in sorting menu items. |
|
1 |