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