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
garland_menu_local_tasksdrupal/themes/garland/template.phpReturns the rendered local tasks. The default implementation renders them as tabs. Overridden to split the secondary tasks.
seven_preprocess_pagedrupal/themes/seven/template.phpOverride or insert variables into the page template.
theme_menu_local_tasksdrupal/includes/menu.incReturns renderable local tasks.

Functions called by menu_primary_local_tasks()

Namesort iconLocationDescription
menu_local_tasksdrupal/includes/menu.incCollects the local tasks (tabs), action links, and the root path.
themedrupal/includes/theme.incGenerate the themed output.