menu_local_actions

Versions
7
menu_local_actions()

Returns the rendered local actions at the current level.

Related topics

Code

includes/menu.inc, line 1926

<?php
function menu_local_actions() {
  $links = menu_local_tasks();
  return $links['actions']['output'];
}
?>
Login or register to post comments
 
 

All source code and documentation on this site is released under the terms of the GNU General Public License, version 2 and later. Drupal is a registered trademark of Dries Buytaert.