1 menu.inc menu_local_actions()

Returns the rendered local actions at the current level.

Related topics

File

core/includes/menu.inc, line 2416
API for the Backdrop menu system.

Code

function menu_local_actions() {
  $links = menu_local_tasks();
  return theme('menu_local_actions', array('actions' => $links['actions']['output']));
}