theme_closure

Related topics

Namesort iconDescription
Themeable functionsFunctions that display HTML, and which can be customized by themes.

Functions that call theme_closure()

Namesort iconLocationDescription
theme_closuredrupal/includes/theme.incExecute hook_footer() which is run at the end of the page right before the close of the body tag.

Functions called by theme_closure()

Namesort iconLocationDescription
drupal_get_jsdrupal/includes/common.incReturns a themed presentation of all JavaScript code for the current page. References to JavaScript files are placed in a certain order: first, all 'core' files, then all 'module' and finally all 'theme' JavaScript...
drupal_get_jsdrupal/includes/common.incReturns a themed presentation of all JavaScript code for the current page. References to JavaScript files are placed in a certain order: first, all 'core' files, then all 'module' and finally all 'theme' JavaScript...
module_invoke_alldrupal/includes/module.incInvoke a hook in all enabled modules that implement it.
module_invoke_alldrupal/includes/module.incInvoke a hook in all enabled modules that implement it.
theme_closuredrupal/includes/theme.incExecute hook_footer() which is run at the end of the page right before the close of the body tag.