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_primary_local_tasksdrupal/includes/menu.incReturns the rendered local tasks at the top level.
menu_secondary_local_tasksdrupal/includes/menu.incReturns the rendered local tasks at the second level.
menu_tab_root_pathdrupal/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
argdrupal/includes/path.incReturn a component of the current Drupal path.
db_fetch_arraydrupal/includes/database/database.inc
db_fetch_objectdrupal/includes/database/database.inc
db_querydrupal/includes/database/database.incExecute an arbitrary query string against the active database.
ldrupal/includes/common.incFormat an internal Drupal link.
menu_get_itemdrupal/includes/menu.incGet a router item.
themedrupal/includes/theme.incGenerate the themed output.
_menu_translatedrupal/includes/menu.incHandles dynamic path translation and menu access control.