Contributions API

menu_local_tasks

Related topics

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

Functions that call menu_local_tasks()

Namesort iconLocationDescription
menu_local_tasks6/includes/menu.incCollects the local tasks (tabs) for a given level.
menu_primary_local_tasks6/includes/menu.incReturns the rendered local tasks at the top level.
menu_secondary_local_tasks6/includes/menu.incReturns the rendered local tasks at the second level.
menu_tab_root_path6/includes/menu.incReturns the router path, or the path of the parent tab of a default local task.

Functions called by menu_local_tasks()

Namesort iconLocationDescription
arg6/includes/path.incReturn a component of the current Drupal path.
db_fetch_array6/includes/database.pgsql.incFetch one result row from the previous query as an array.
db_query6/includes/database.pgsql.incRuns a basic query in the active database.
menu_get_item6/includes/menu.incGet a router item.
menu_local_tasks6/includes/menu.incCollects the local tasks (tabs) for a given level.
theme6/includes/theme.incGenerate the themed output.
_menu_translate6/includes/menu.incHandles dynamic path translation and menu access control.