block_admin_configure in modules/block/block.admin.inc
Form constructor for the block configuration form.
contact_site_form in modules/contact/contact.pages.inc
Form constructor for the site-wide contact form.
drupal_not_found in includes/drupal.inc
Delivers a "page not found" error to the browser.
file_download in includes/file.inc
Page callback: Handles private file transfers.
file_transfer in includes/file.inc
Transfers a file to the client using HTTP.
language_admin_delete_form in modules/language/language.admin.inc
User interface for the language deletion confirmation screen.
node_page_view in modules/node/node.module
Page callback: Displays a single node.
views_plugin_display_feed::execute in modules/views/plugins/views_plugin_display_feed.inc
Feeds do not go through the standard page theme hooks. Instead, they go through their own theme function and then return NULL so that Backdrop believes that the page has already rendered itself... which it has.
views_plugin_display_page::execute in modules/views/plugins/views_plugin_display_page.inc
The display page handler returns a normal view, but it also does a backdrop_set_title for the page, and does a views_set_page_view on the view.