drupal_page_footer

Definition

drupal_page_footer()
drupal/includes/common.inc, line 1842

Description

Perform end-of-request tasks.

This function sets the page cache if appropriate, and allows modules to react to the closing of the page by calling hook_exit().

Related topics

Namesort iconDescription
Input validationFunctions to validate user input.

Code