menu_rebuild

Related topics

Namesort iconDescription
Menu systemDefine the navigation menus, and route page requests to code based on URLs.

Functions that call menu_rebuild()

Namesort iconLocationDescription
aggregator_form_category_submitmodules/aggregator.moduleProcess aggregator_form_category form submissions. @todo Add delete confirmation dialog.
aggregator_form_feed_submitmodules/aggregator.moduleProcess aggregator_form_feed form submissions. @todo Add delete confirmation dialog.
menu_nodeapimodules/menu.moduleImplementation of hook_nodeapi().
menu_overviewmodules/menu.moduleMenu callback; present the main menu management page.
menu_rebuildincludes/menu.incPopulate the database representation of the menu.
system_settings_form_submitmodules/system.moduleExecute the system_settings_form.
_locale_import_poincludes/locale.incParses Gettext Portable Object file information and inserts into database
_locale_string_edit_submitincludes/locale.incProcess string editing form submissions. Saves all translations of one string submitted from a form.

Functions called by menu_rebuild()

Namesort iconLocationDescription
cache_clear_allincludes/bootstrap.incExpire data from the cache.
menu_get_itemincludes/menu.incRetrieves the menu item specified by $mid, or by $path if $mid is not given.
menu_get_menuincludes/menu.incReturn the menu data structure.
menu_rebuildincludes/menu.incPopulate the database representation of the menu.
menu_save_itemmodules/menu.moduleSave a menu item to the database.
module_existincludes/module.incDetermine whether a given module exists.
_menu_buildincludes/menu.incBuild the menu by querying both modules and the database.
 
 

All source code and documentation on this site is released under the terms of the GNU General Public License, version 2 and later. Drupal is a registered trademark of Dries Buytaert.