| Name | Description |
|---|---|
| Default theme implementations | Functions and templates that present output to the user, and can be implemented by themes. |
| Form generation | Functions to enable the processing and display of HTML forms. |
| Name | Location | Description |
|---|---|---|
| drupal_attributes | drupal/includes/common.inc | Format an attribute string to insert in a tag. |
| form_clean_id | drupal/includes/form.inc | Prepare an HTML ID attribute string for a form item. |
| theme | drupal/includes/theme.inc | Generate the themed output. |
| _form_set_class | drupal/includes/form.inc | Sets a form element's class attribute. |