menu_get_item

Related topics

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

Functions that call menu_get_item()

Namesort iconLocationDescription
menu_execute_active_handlerincludes/menu.incExecute the page callback associated with the current path
menu_get_active_breadcrumbincludes/menu.incGet the breadcrumb for the current page, as determined by the active trail.
menu_get_itemincludes/menu.incGet a router item.
menu_get_objectincludes/menu.incGet a loaded object from a router item.
menu_local_tasksincludes/menu.incCollects the local tasks (tabs) for a given level.
menu_set_active_trailincludes/menu.incSet (or get) the active trail for the current page - the path to root in the menu tree.
menu_set_itemincludes/menu.incReplaces the statically cached item for a given path.
menu_tree_page_dataincludes/menu.incGet the data structure representing a named menu tree, based on the current page.
menu_valid_pathincludes/menu.incValidates the path of a menu link being created or edited.
path_admin_form_validatemodules/path/path.admin.incVerify that a new URL alias is valid
system_admin_menu_block_pagemodules/system/system.admin.incProvide a single block from the administration menu as a page. This function is often a destination for these blocks. For example, 'admin/content/types' needs to have a destination to be valid in the Drupal menu system, but too much...
system_logging_overviewmodules/system/system.admin.incMenu callback; Menu page for the various logging options.
system_settings_overviewmodules/system/system.admin.incMenu callback; displays a module's settings page.

Functions called by menu_get_item()

Namesort iconLocationDescription
argincludes/path.incReturn a component of the current Drupal path.
db_fetch_arrayincludes/database.pgsql.incFetch one result row from the previous query as an array.
db_query_rangeincludes/database.pgsql.incRuns a limited-range query in the active database.
menu_get_ancestorsincludes/menu.incReturns the ancestors (and relevant placeholders) for any given path.
menu_get_itemincludes/menu.incGet a router item.
menu_unserializeincludes/menu.incThe menu system uses serialized arrays stored in the database for arguments. However, often these need to change according to the current path. This function unserializes such an array and does the necessary change.
_menu_translateincludes/menu.incHandles dynamic path translation and menu access control.
 
 

Drupal is a registered trademark of Dries Buytaert.