| Name | Description |
|---|---|
| Database abstraction layer | Allow the use of different database servers using the same code base. |
| Name | Location | Description |
|---|---|---|
| watchdog | drupal/includes/bootstrap.inc | Log a system message. |
| Name | Location | Description |
|---|---|---|
| drupal_maintenance_theme | drupal/includes/bootstrap.inc | Enables use of the theme system without requiring database access. |
| drupal_set_title | drupal/includes/bootstrap.inc | Set the title of the current page, for display on the page and in the title bar. |
| install_goto | drupal/includes/install.inc | Send the user to a different installer page. |
| theme | drupal/includes/theme.inc | Generates themed output. |