| aggregator_form_feed | modules/aggregator/aggregator.admin.inc | Form builder; Generate a form to add/edit feed sources.
See alsoaggregator_form_feed_validate() |
| check_plain | includes/bootstrap.inc | Encode special characters in a plain-text string for display as HTML. |
| db_fetch_object | includes/database.pgsql.inc | Fetch one result row from the previous query as an object. |
| db_query | includes/database.pgsql.inc | Runs a basic query in the active database. |
| drupal_map_assoc | includes/common.inc | Form an associative array from a linear array. |
| t | includes/common.inc | Translate strings to the page language or a given language. |
| url | includes/common.inc | Generate a URL from a Drupal menu path. Will also pass-through existing URLs. |