| Name | Description |
|---|---|
| Database abstraction layer | Allow the use of different database servers using the same code base. |
| Name | Location | Description |
|---|---|---|
| hook_query_TAG_alter | drupal/modules/system/system.api.php | Perform alterations to a structured query for a given tag. |
| node_query_node_access_alter | drupal/modules/node/node.module | Implementation of hook_query_TAG_alter(). |
| _menu_navigation_links_rebuild | drupal/includes/menu.inc | Helper function to build menu links for the items in the menu router. |