Full ELMS Learning Network documentation
function menu_local_actions
×
Error message
User warning: The following module is missing from the file system: theme/theme. For information about how to fix this, see the documentation page. in _drupal_trigger_error_with_delayed_logging() (line 1156 of /var/www/html/elmsln_community/api.elmsln.org/includes/bootstrap.inc).cis7 menu.inc | menu_local_actions() |
cle7 menu.inc | menu_local_actions() |
elmsmedia7 menu.inc | menu_local_actions() |
icor7 menu.inc | menu_local_actions() |
meedjum_blog7 menu.inc | menu_local_actions() |
mooc7 menu.inc | menu_local_actions() |
Returns the rendered local actions at the current level.
Related topics
3 calls to menu_local_actions()
- aurora_preprocess_block in sites/
all/ themes/ ulmus/ aurora/ template.php - ctools_page_actions_content_type_render in sites/
all/ modules/ ulmus/ ctools/ plugins/ content_types/ page/ page_actions.inc - Output function for the 'page_actions' content type.
- template_preprocess_page in includes/
theme.inc - Preprocess variables for page.tpl.php
File
- includes/
menu.inc, line 2245 - API for the Drupal menu system.
Code
function menu_local_actions() {
$links = menu_local_tasks();
return $links['actions']['output'];
}