| Name | Description |
|---|---|
| Default theme implementations | Functions and templates that present output to the user, and can be implemented by themes. |
| Name | Location | Description |
|---|---|---|
| module_invoke_all | drupal/includes/module.inc | Invoke a hook in all enabled modules that implement it. |
| theme | drupal/includes/theme.inc | Generate the themed output. |