- authorize_access_denied_page in core/
authorize.php - Renders a 403 access denied page for authorize.php.
- authorize_run_operation in core/
includes/ authorize.inc - Runs the operation specified in $_SESSION['authorize_operation'].
- backdrop_deliver_html_page in core/
includes/ common.inc - Packages and sends the result of a page callback to the browser as HTML.
- backdrop_get_title in core/
includes/ bootstrap.inc - Gets the title of the current page.
- backdrop_json_deliver in core/
includes/ common.inc - Packages and sends the result of a page callback to the browser as JSON.
- block_admin_configure in core/
modules/ block/ block.admin.inc - Form constructor for the block configuration form.
- block_custom_block_translate_list in core/
modules/ block/ block.admin.inc - Form constructor for the block translation list form.
- book_admin_edit in core/
modules/ book/ book.admin.inc - Form constructor for administering a single book's hierarchy.
- ckeditor5_upgrade_form in core/
modules/ ckeditor5/ ckeditor5.upgrade.inc - Form callback for upgrading a text format from CKEditor 4 to CKEditor 5.
- comment_edit_page in core/
modules/ comment/ comment.module - Page callback: Displays the comment editing form.
- comment_preview in core/
modules/ comment/ comment.module - Generates a comment preview.
- confirm_form in core/
modules/ system/ system.module - Generates a form array for a confirmation form.
- contact_category_edit_form in core/
modules/ contact/ contact.admin.inc - Form constructor for the category edit form.
- contact_personal_form in core/
modules/ contact/ contact.pages.inc - Form constructor for the personal contact form.
- drupal_set_title in core/
includes/ drupal.inc - Sets the title of the current page.
- field_test_entity_add in core/
modules/ field/ tests/ field_test/ field_test.entity.inc - Menu callback: displays the 'Add new test_entity' form.
- field_test_entity_edit in core/
modules/ field/ tests/ field_test/ field_test.entity.inc - Menu callback: displays the 'Edit existing test_entity' form.
- field_ui_display_form in core/
modules/ field_ui/ field_ui.admin.inc - Form constructor for the field display settings for a given display mode.
- field_ui_field_edit_form in core/
modules/ field_ui/ field_ui.admin.inc - Form constructor for the field instance settings form.
- field_ui_field_settings_form in core/
modules/ field_ui/ field_ui.admin.inc - Form constructor for the field settings edit page.
- field_ui_widget_type_form in core/
modules/ field_ui/ field_ui.admin.inc - Form constructor for the widget selection form.
- file_add_upload_step_fields in core/
modules/ file/ file.pages.inc - Generate form fields for the fourth step in the add file wizard.
- file_add_upload_step_filetype in core/
modules/ file/ file.pages.inc - Generate form fields for the second step in the add file wizard.
- file_add_upload_step_scheme in core/
modules/ file/ file.pages.inc - Generate form fields for the third step in the add file wizard.
- file_manage_form in core/
modules/ file/ file.pages.inc - Page callback: Form constructor for the file manage form.
- file_view_page in core/
modules/ file/ file.pages.inc - Menu callback; view a single file entity.
- filter_admin_format_page in core/
modules/ filter/ filter.admin.inc - Page callback: Displays the text format add/edit form.
- filter_format_editor_image_form in core/
modules/ filter/ filter.pages.inc - Form callback: Display a form for inserting/editing an image.
- filter_format_editor_link_form in core/
modules/ filter/ filter.pages.inc - Form callback: Display a form for inserting/editing a link or uploading a file.
- form_example_wizard in modules/
examples/ form_example/ form_example_wizard.inc - The primary formbuilder function for the wizard form.
- image_effect_form in core/
modules/ image/ image.admin.inc - Form builder; Form for adding and editing image effects.
- image_style_add_form in core/
modules/ image/ image.admin.inc - Form builder; Form for adding a new image style.
- image_style_form in core/
modules/ image/ image.admin.inc - Form builder; Configure an image style name and effects order.
- installer_browser_installation_page in core/
modules/ installer/ installer.pages.inc - Menu callback; page to install projects.
- installer_browser_page in core/
modules/ installer/ installer.pages.inc - Page to display the projects.
- installer_manager_install_form in core/
modules/ installer/ installer.manager.inc - Form constructor for the install form of the Installer module.
- install_already_done_error in core/
includes/ install.core.inc - Indicates that Backdrop has already been installed.
- install_configure_form in core/
includes/ install.core.inc - Form constructor for a form to configure the new site.
- install_display_requirements in core/
includes/ install.core.inc - Verifies the requirements for installing Backdrop.
- install_no_profile_error in core/
includes/ install.core.inc - Indicates that there are no profiles available.
- install_select_language in core/
includes/ install.core.inc - Installation task; select which language to use.
- install_select_profile in core/
includes/ install.core.inc - Selects which profile to install.
- install_settings_form in core/
includes/ install.core.inc - Form constructor for a form to configure and rewrite settings.php.
- LayoutRendererStandard::renderLayout in core/
modules/ layout/ plugins/ renderers/ layout_renderer_standard.inc - Perform display/layout-level render operations.
- layout_add_page in core/
modules/ layout/ layout.admin.inc - Menu callback; Display the form for adding a new layout.
- layout_content_form in core/
modules/ layout/ layout.admin.inc - Form callback; Main form for editing a layout's content.
- layout_entity_admin_add_form in core/
modules/ layout/ layout.entity.admin.inc - Render the form for adding a layout for an entity.
- layout_flexible_template_configure_form in core/
modules/ layout/ layout.flexible.inc - Form to manage adding and removing rows to a flexible template.
- layout_flexible_template_delete_form in core/
modules/ layout/ layout.flexible.inc - Menu callback; Delete a flexible template.
- layout_flexible_template_edit_row_form in core/
modules/ layout/ layout.flexible.inc - Form to add or edit a row on a flexible template.
- layout_flexible_template_settings_add_form in core/
modules/ layout/ layout.flexible.inc - Form to add a flexible template.
- layout_settings_page in core/
modules/ layout/ layout.admin.inc - Administrative form for layout settings.
- locale_date_format_form in core/
modules/ locale/ locale.admin.inc - Form callback; Display fields for setting the date format for each language.
- menu_edit_menu in core/
modules/ menu/ menu.admin.inc - Menu callback; Build the form that handles the adding/editing of a custom menu.
- node_add in core/
modules/ node/ node.pages.inc - Page callback: Provides the node submission form.
- node_page_default in core/
modules/ node/ node.module - Menu callback; Generate a listing of promoted nodes.
- node_page_edit in core/
modules/ node/ node.pages.inc - Page callback: Presents the node editing form.
- node_page_view in core/
modules/ node/ node.module - Page callback: Displays a single node.
- node_preview in core/
modules/ node/ node.pages.inc - Generates a node preview.
- node_revision_overview in core/
modules/ node/ node.pages.inc - Page callback: Generates an overview table of older revisions of a node.
- node_show in core/
modules/ node/ node.module - Page callback: Generates an array which displays a node detail page.
- node_type_form in core/
modules/ node/ node.types.inc - Form constructor for the node type editing form.
- PageTitleFiltering::tearDown in core/
modules/ system/ tests/ system.test - Reset page title.
- PageTitleFiltering::testTitleTags in core/
modules/ system/ tests/ system.test - Tests the handling of HTML by backdrop_set_title() and backdrop_get_title()
- path_admin_edit in core/
modules/ path/ path.admin.inc - Page callback: Returns a form creating or editing an alias.
- redirect_edit_form in core/
modules/ redirect/ redirect.admin.inc - Form builder to add or edit an URL redirect.
- system_configure_date_formats_form in core/
modules/ system/ system.admin.inc - Allow users to add additional date formats.
- system_modules in core/
modules/ system/ system.admin.inc - Menu callback; provides module enable/disable interface.
- system_modules_uninstall in core/
modules/ system/ system.admin.inc - Builds a form of currently disabled modules.
- taxonomy_form_term in core/
modules/ taxonomy/ taxonomy.admin.inc - Form function for the term edit form.
- taxonomy_form_vocabulary in core/
modules/ taxonomy/ taxonomy.admin.inc - Form builder for the vocabulary editing form.
- taxonomy_term_page in core/
modules/ taxonomy/ taxonomy.pages.inc - Menu callback; displays all nodes associated with a term.
- translation_node_overview in core/
modules/ translation/ translation.pages.inc - Page callback: Displays a list of a node's translations.
- update_access_denied_page in core/
update.php - Renders a 403 access denied page for update.php.
- update_check_requirements in core/
update.php - Checks update requirements and reports errors and (optionally) warnings.
- update_info_page in core/
update.php - Provides an overview of the Backdrop site update.
- update_results_page in core/
update.php - Displays results of the update script with any accompanying errors.
- update_selection_page in core/
update.php - Renders form with a list of available site updates.
- user_admin_role in core/
modules/ user/ user.admin.inc - Form to add or configure a single role.
- user_login in core/
modules/ user/ user.module - Form builder; the main user login form.
- user_pass_page in core/
modules/ user/ user.pages.inc - Menu callback for reset password form.
- user_register_page in core/
modules/ user/ user.module - Menu callback to create a new account.
- views_ajax_form_wrapper in core/
modules/ views/ includes/ ajax.inc - Wrapper around backdrop_build_form to handle some AJAX stuff automatically. This makes some assumptions about the client.
- views_plugin_display_page::execute in core/
modules/ views/ plugins/ views_plugin_display_page.inc - The display page handler returns a normal view, but it also does a backdrop_set_title for the page, and does a views_set_page_view on the view.
- views_ui_add_page in core/
modules/ views_ui/ views_ui.admin.inc - Page callback to add a new view.
- views_ui_clone_form in core/
modules/ views_ui/ views_ui.admin.inc - Form callback; Clone a view.
- views_ui_standard_form_buttons in core/
modules/ views_ui/ views_ui.admin.inc - Provide a standard set of Apply/Cancel/OK buttons for the forms. Also provide a hidden op operator because the forms plugin doesn't seem to properly provide which button was clicked.
- _backdrop_bootstrap_page_cache in core/
includes/ bootstrap.inc - Attempts to serve a page from the cache.
- _backdrop_log_error in core/
includes/ errors.inc - Logs a PHP error or exception and displays an error page in fatal cases.
- _batch_progress_page in core/
includes/ batch.inc - Outputs a batch processing page.