theme_get_function
Functions that call theme_get_function()
| Name | Location | Description |
|---|---|---|
| drupal_render_form | includes/form.inc | Renders a structured form array into themed HTML. |
| theme | includes/theme.inc | Generate the themed representation of a Drupal object. |
| theme_get_function | includes/theme.inc | Determine if a theme function exists, and if so return which one was found. |
Functions called by theme_get_function()
| Name | Location | Description |
|---|---|---|
| init_theme | includes/theme.inc | Initialize the theme system by loading the theme. |
| theme_get_function | includes/theme.inc | Determine if a theme function exists, and if so return which one was found. |
