function menu_local_actions

Returns the rendered local actions at the current level.

Related topics

1 call to menu_local_actions()
template_preprocess_page in drupal/core/includes/theme.inc
Preprocess variables for page.tpl.php

File

drupal/core/includes/menu.inc, line 2205
API for the Drupal menu system.

Code

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