- block_admin_configure in core/
modules/ block/ block.admin.inc - Form constructor for the block configuration form.
- contact_site_form in core/
modules/ contact/ contact.pages.inc - Form constructor for the site-wide contact form.
- drupal_not_found in core/
includes/ drupal.inc - Delivers a "page not found" error to the browser.
- file_download in core/
includes/ file.inc - Page callback: Handles private file transfers.
- file_transfer in core/
includes/ file.inc - Transfers a file to the client using HTTP.
- language_admin_delete_form in core/
modules/ language/ language.admin.inc - User interface for the language deletion confirmation screen.
- node_page_view in core/
modules/ node/ node.module - Page callback: Displays a single node.
- views_plugin_display_feed::execute in core/
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 core/
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.