| Name | Description |
|---|---|
| Default theme implementations | Functions and templates that present output to the user, and can be implemented by themes. |
| Name | Location | Description |
|---|---|---|
| drupal_get_js | drupal/includes/common.inc | Returns a themed presentation of all JavaScript code for the current page. |
| module_invoke_all | drupal/includes/module.inc | Invoke a hook in all enabled modules that implement it. |