| db_fetch_object | includes/database.pgsql.inc | Fetch one result row from the previous query as an object. |
| drupal_get_form | includes/form.inc | Processes a form array and produces the HTML output of a form.
If there is input in the $_POST['edit'] variable, this function
will attempt to validate it, using drupal_validate_form(),
and then submit the form using drupal_submit_form(). |
| drupal_set_message | includes/bootstrap.inc | Set a message which reflects the status of the performed operation. |
| format_date | includes/common.inc | Format a date with the given configured format or a custom format string. |
| l | includes/common.inc | Format an internal Drupal link. |
| pager_query | includes/pager.inc | Perform a paged database query. |
| t | includes/common.inc | Translate strings to the current locale. |
| tablesort_sql | includes/tablesort.inc | Create an SQL sort clause. |
| theme | includes/theme.inc | Generate the themed representation of a Drupal object. |
| truncate_utf8 | includes/unicode.inc | Truncate a UTF-8-encoded string safely to a number of bytes. |
| url | includes/common.inc | Generate a URL from a Drupal menu path. Will also pass-through existing URLs. |
| watchdog_overview | modules/watchdog.module | Menu callback; displays a listing of log messages. |
| _watchdog_get_message_types | modules/watchdog.module | |