- admin_bar_flush_cache in core/
modules/ admin_bar/ admin_bar.inc - Flush all caches or a specific one.
- ajax_prepare_response in core/
includes/ ajax.inc - Converts the return value of a page callback into an Ajax commands array.
- backdrop_deliver_html_page in core/
includes/ common.inc - Packages and sends the result of a page callback to the browser as HTML.
- backdrop_json_deliver in core/
includes/ common.inc - Packages and sends the result of a page callback to the browser as JSON.
- backdrop_not_found in core/
includes/ common.inc - Delivers a "page not found" error to the browser.
- comment_approve in core/
modules/ comment/ comment.pages.inc - Page callback: Publishes the specified comment.
- comment_confirm_delete_page in core/
modules/ comment/ comment.admin.inc - Page callback: Shows a confirmation page for comment deletions.
- comment_permalink in core/
modules/ comment/ comment.module - Redirects comment links to the correct page depending on comment settings.
- file_download_page in core/
modules/ file/ file.pages.inc - Menu callback; download a single file entity.
- installer_browser_installation_page in core/
modules/ installer/ installer.pages.inc - Menu callback; page to install projects.
- installer_browser_install_queue_callback in core/
modules/ installer/ installer.pages.inc - Menu callback; Allows for adding to and removing from the install queue.
- LayoutRendererStandard::renderBlocks in core/
modules/ layout/ plugins/ renderers/ layout_renderer_standard.inc - Render all prepared blocks, first by dispatching to their plugin's render callback, then handing that output off to the block's style plugin.
- layout_block_add_page in core/
modules/ layout/ layout.admin.inc - Menu callback; Display a list of blocks to be added to a layout.
- layout_configure_region_page in core/
modules/ layout/ layout.admin.inc - Menu callback; Show the region styles form.
- layout_page_callback in core/
modules/ layout/ layout.pages.inc - Menu callback; Generic page callback for all Layout-provided pages.
- layout_template_toggle_enabled in core/
modules/ layout/ layout.admin.inc - Menu callback; Enable or disable a layout template.
- locale_translate_delete_page in core/
modules/ locale/ locale.pages.inc - String deletion confirmation page.
- menu_execute_active_handler in core/
includes/ menu.inc - Execute the page callback associated with the current path.
- user_view_page in core/
modules/ user/ user.module - Page callback wrapper for user_view().
- views_page in core/
modules/ views/ views.module - Page callback: Displays a page view, given a name and display id.
- views_ui_ajax_form in core/
modules/ views_ui/ views_ui.admin.inc - Generic entry point to handle forms.
- views_ui_edit_page in core/
modules/ views_ui/ views_ui.admin.inc - Page callback for the Configure View page.