1 drupal.inc drupal_deliver_html_page($page_callback_result)

Packages and sends the result of a page callback to the browser as HTML.

Deprecated

since 1.0.0

See also

backdrop_deliver_html_page()

Related topics

File

core/includes/drupal.inc, line 749
Contains constants and function wrappers for Drupal 7.x compatibility.

Code

function drupal_deliver_html_page($page_callback_result) {
  backdrop_deliver_html_page($page_callback_result);
}