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_access_denied in includes/common.inc
Delivers an "access denied" error to the browser.
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.
color_save_preview_settings in modules/color/color.module
Callback function to handle saving preview settings to the user's session.
comment_approve in modules/comment/comment.pages.inc
Page callback: Publishes the specified comment.
file_type_toggle_enable in modules/file/file.admin.inc
Menu callback; disable or enable a single file type.
filter_admin_enable in modules/filter/filter.admin.inc
Page callback: Enable a text format.
image_style_deliver in modules/image/image.module
Menu callback; Given a style and image path, generate a derivative.
layout_block_remove_page in modules/layout/layout.admin.inc
Menu callback; Remove a block from a layout.
layout_break_lock_page in modules/layout/layout.admin.inc
Menu callback; Break a lock on a layout or menu item.
layout_flexible_template_delete_row in modules/layout/layout.flexible.inc
Menu callback to delete a row from a flexible template.
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.
layout_toggle_enabled in modules/layout/layout.admin.inc
Menu callback; Enable or disable a layout configuration.
menu_delete_menu_page in modules/menu/menu.admin.inc
Menu callback; check access and get a confirm form for deletion of a custom menu.
menu_execute_active_handler in includes/menu.inc
Execute the page callback associated with the current path.
menu_item_delete_page in modules/menu/menu.admin.inc
Menu callback; Check access and present a confirm form for deleting a menu link.
system_theme_default in modules/system/system.admin.inc
Menu callback; Set the default theme.
system_theme_disable_confirm in modules/system/system.admin.inc
Theme disable confirmation form.
system_theme_enable in modules/system/system.admin.inc
Menu callback; Enables a theme.
system_token_output in modules/system/system.pages.inc
Page callback to output a token tree as an empty page.
user_cancel_confirm in modules/user/user.pages.inc
Menu callback; cancel a user account via e-mail confirmation link.
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.
views_ui_edit_page in modules/views_ui/views_ui.admin.inc
Page callback for the Configure View page.
views_ui_edit_page_display in modules/views_ui/views_ui.admin.inc
Helper function to return the used display_id for the configure page.
views_ui_toggle_enable_page in modules/views_ui/views_ui.admin.inc
Menu callback; Enable a view and return to the view listing page.