ajax_get_form in includes/ajax.inc
Gets a form submitted via #ajax during an Ajax callback.
backdrop_goto in includes/common.inc
Sends the user to a different page.
contact_site_form in modules/contact/contact.pages.inc
Form constructor for the site-wide contact form.
drupal_exit in includes/drupal.inc
Performs end-of-request tasks.
file_download in includes/file.inc
Page callback: Handles private file transfers.
file_download_page in modules/file/file.pages.inc
Menu callback; download a single file entity.
file_transfer in includes/file.inc
Transfers a file to the client using HTTP.
form_test_storage_legacy_handler in modules/simpletest/tests/form_test.module
Emulate legacy AHAH-style ajax callback.
_form_test_submit_values_json in modules/simpletest/tests/form_test.module
Form submit handler to return form values as JSON.
image_style_deliver in modules/image/image.module
Menu callback; Given a style and image path, generate a derivative.
installer_test_xml in modules/installer/tests/installer_test/installer_test.module
Page callback. Outputs release information for test projects as XML data.
install_goto in includes/install.inc
Sends the user to a different installer page.
language_admin_delete_form in modules/language/language.admin.inc
User interface for the language deletion confirmation screen.
_locale_export_po in includes/gettext.inc
Writes a generated PO or POT file to the output.
node_page_view in modules/node/node.module
Page callback: Displays a single node.
_session_test_set_message in modules/simpletest/tests/session_test.module
Menu callback, sets a message to me displayed on the following page.
system_date_delete_format_form in modules/system/system.admin.inc
Menu callback; present a form for deleting a date format.
system_php in modules/system/system.admin.inc
Menu callback: return information about PHP.
system_transliterate_ajax in modules/system/system.admin.inc
Ajax callback; Returns the transliterated version for a given string.
update_test_mock_page in modules/update/tests/update_test/update_test.module
Page callback: Prints mock XML for the Update Manager module.
user_pass_reset in modules/user/user.pages.inc
Menu callback; process one time login link and redirects to the user page on success.
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.