| db_query | includes/database.inc | Runs a basic query in the active database. |
| db_result | includes/database.pgsql.inc | Return an individual result field from the previous query. |
| form_set_error | includes/form.inc | File an error against a form element. If the name of the element is
edit[foo][bar] then you may pass either foo or foo][bar as $name
foo will set an error for all its children. |
| forum_validate | modules/forum.module | Implementation of hook_validate(). |
| t | includes/common.inc | Translate strings to the current locale. |
| taxonomy_get_term | modules/taxonomy.module | Return the term object matching a term ID. |
| theme | includes/theme.inc | Generate the themed representation of a Drupal object. |
| variable_get | includes/bootstrap.inc | Return a persistent variable. |