function menu_overview_title

Same name and namespace in other branches
  1. 6.x drupal-6.x/modules/menu/menu.module \menu_overview_title()

Title callback for the menu overview page and links.

2 string references to 'menu_overview_title'
drupal-6.filled.database.php in drupal-7.x/modules/simpletest/tests/upgrade/drupal-6.filled.database.php
Filled installation of Drupal 6.17, for test purposes.
menu_menu in drupal-7.x/modules/menu/menu.module
Implements hook_menu().

Archivo

drupal-7.x/modules/menu/menu.module, line 207
Allows administrators to customize the site's navigation menus.

Código

function menu_overview_title($menu) {
  return $menu['title'];
}