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