menu_primary_local_tasks

Related topics

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

Functions that call menu_primary_local_tasks()

Namesort iconLocationDescription
theme_menu_local_tasksdrupal/includes/menu.incReturns the rendered local tasks. The default implementation renders them as tabs.

Functions called by menu_primary_local_tasks()

Namesort iconLocationDescription
menu_get_active_nontask_itemdrupal/includes/menu.incReturns the ID of the current menu item or, if the current item is a local task, the menu item to which this task is attached.
menu_get_local_tasksdrupal/includes/menu.incReturn the local task tree.
menu_in_active_traildrupal/includes/menu.incReturns true when the menu item is in the active trail.
themedrupal/includes/theme.incGenerate the themed representation of a Drupal object.