| db_escape_string | includes/database.pgsql.inc | Prepare user input for use in a database query, preventing SQL injection attacks.
Note: This function requires PostgreSQL 7.2 or later. |
| db_fetch_object | includes/database.pgsql.inc | Fetch one result row from the previous query as an object. |
| form | includes/common.inc | Generate a form from a set of form elements. |
| format_date | includes/common.inc | Format a date with the given configured format or a custom format string. |
| format_name | includes/common.inc | Format a username. |
| form_select | includes/common.inc | Format a dropdown menu or scrolling selection box. |
| form_submit | includes/common.inc | Format a form submit button. |
| 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_pager | includes/tablesort.inc | Fetch pager link arguments. |
| 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/common.inc | Truncate a UTF-8-encoded string safely. |
| watchdog_overview | modules/watchdog.module | Menu callback; displays a listing of log messages. |
| _watchdog_get_message_types | modules/watchdog.module | |