| 7 menu.inc | menu_local_actions() |
| 8 menu.inc | menu_local_actions() |
Returns the rendered local actions at the current level.
Related topics
1 call to menu_local_actions()
File
- includes/
menu.inc, line 2234 - API for the Drupal menu system.
Code
function menu_local_actions() {
$links = menu_local_tasks();
return $links['actions']['output'];
}
Login or register to post comments