| Name | Description |
|---|---|
| Menu system | Define the navigation menus, and route page requests to code based on URLs. |
| Name | Location | Description |
|---|---|---|
| theme_menu_local_tasks | drupal/includes/menu.inc | Returns the rendered local tasks. The default implementation renders them as tabs. |
| Name | Location | Description |
|---|---|---|
| menu_get_active_nontask_item | drupal/includes/menu.inc | Returns the ID of the current menu item or, if the current item is a local task, the menu item to which this task is attached. |
| menu_get_local_tasks | drupal/includes/menu.inc | Return the local task tree. |
| menu_in_active_trail | drupal/includes/menu.inc | Returns true when the menu item is in the active trail. |
| theme | drupal/includes/theme.inc | Generate the themed representation of a Drupal object. |