Contributions API

Calling all Drupal developers!

Help us get this on the first page of Digg. DIGG NOW!

Modules in 5

admin_menu.module

Version

1.26.2.26 (checked in on 2008/07/14 at 12:38:04 by sun)

Description

Renders a menu tree for administrative purposes as dropdown menu at the top of the window.

Note: Most theme-functions in Administration Menu are not invoked via theme(), because we try to keep this module as fast as possible and chances are very small that someone wants to override those functions.

Functions

Namesort iconDescription
admin_menu_add_itemAdd a custom menu item.
admin_menu_admin_menuImplementation of hook_admin_menu().
admin_menu_clear_cacheClear the cached admin menu tree.
admin_menu_footerImplementation of hook_footer().
admin_menu_form_alterImplementation of hook_form_alter().
admin_menu_helpImplementation of hook_help().
admin_menu_item_urlAdjust the menu item path.
admin_menu_menuImplementation of hook_menu().
admin_menu_panels_cacheImplementation of hook_panels_cache().
admin_menu_permImplementation of hook_perm().
admin_menu_theme_settingsForm builder function for module settings.
admin_menu_toggle_modulesMenu callback to enable/disable developer modules.
theme_admin_menu_itemGenerate the HTML output for a single menu item.
theme_admin_menu_treeGenerate the HTML for a menu tree.
_admin_menu_sortComparator routine for use in sorting menu items.