function menu_local_actions

menu_local_actions()

Returns the rendered local actions at the current level.

Related topics

File

includes/menu.inc, line 2255
API for the Drupal menu system.

Code

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

© 2001–2016 by the original authors
Licensed under the GNU General Public License, version 2 and later.
Drupal is a registered trademark of Dries Buytaert.
https://api.drupal.org/api/drupal/includes!menu.inc/function/menu_local_actions/7.x