| Name | Description |
|---|---|
| Hooks | Allow modules to interact with the Drupal core. |
| Name | Location | Description |
|---|---|---|
| check_output | drupal/modules/filter.module | Run all the enabled filters on a piece of text. |
| form_item | drupal/includes/common.inc | Format a general form item. |
| form_textarea | drupal/includes/common.inc | Format a multiple-line text field. |
| t | drupal/includes/common.inc | Translate strings to the current locale. |