| Name | Description |
|---|---|
| Menu system | Define the navigation menus, and route page requests to code based on URLs. |
| Name | Location | Description |
|---|---|---|
| menu_local_tasks | 6/includes/menu.inc | Collects the local tasks (tabs) for a given level. |
| menu_primary_local_tasks | 6/includes/menu.inc | Returns the rendered local tasks at the top level. |
| menu_secondary_local_tasks | 6/includes/menu.inc | Returns the rendered local tasks at the second level. |
| menu_tab_root_path | 6/includes/menu.inc | Returns the router path, or the path of the parent tab of a default local task. |
| Name | Location | Description |
|---|---|---|
| arg | 6/includes/path.inc | Return a component of the current Drupal path. |
| db_fetch_array | 6/includes/database.pgsql.inc | Fetch one result row from the previous query as an array. |
| db_query | 6/includes/database.pgsql.inc | Runs a basic query in the active database. |
| menu_get_item | 6/includes/menu.inc | Get a router item. |
| menu_local_tasks | 6/includes/menu.inc | Collects the local tasks (tabs) for a given level. |
| theme | 6/includes/theme.inc | Generate the themed output. |
| _menu_translate | 6/includes/menu.inc | Handles dynamic path translation and menu access control. |