function menu_local_tabs

menu_local_tabs()

Returns a renderable element for the primary and secondary tabs.

Related topics

File

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

Code

function menu_local_tabs() {
  return array(
    '#theme' => 'menu_local_tasks',
    '#primary' => menu_primary_local_tasks(),
    '#secondary' => menu_secondary_local_tasks(),
  );
}

© 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_tabs/7.x