| Name | Description |
|---|---|
| Hooks | Allow modules to interact with the Drupal core. |
| Name | Location | Description |
|---|---|---|
| db_fetch_array | drupal/includes/database.mysqli.inc | Fetch one result row from the previous query as an array. |
| db_query | drupal/includes/database.inc | Runs a basic query in the active database. |