- backdrop_set_title in core/
includes/ bootstrap.inc - Sets the title of the current page.
- 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.
- 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_personal_form in core/
modules/ contact/ contact.pages.inc - Form constructor for the personal contact form.
- 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.
- file_manage_form in core/
modules/ file/ file.pages.inc - Page callback: Form constructor for the file manage form.
- image_effect_form in core/
modules/ image/ image.admin.inc - Form builder; Form for adding and editing image effects.
- image_field_formatter_settings_form in core/
modules/ image/ image.field.inc - Implements hook_field_formatter_settings_form().
- image_field_formatter_settings_summary in core/
modules/ image/ image.field.inc - Implements hook_field_formatter_settings_summary().
- image_field_widget_settings_form in core/
modules/ image/ image.field.inc - Implements hook_field_widget_settings_form().
- image_style_delete_form in core/
modules/ image/ image.admin.inc - Form builder; Form for deleting an image style.
- image_style_form in core/
modules/ image/ image.admin.inc - Form builder; Configure an image style name and effects order.
- image_style_options in core/
modules/ image/ image.module - Get an array of image styles suitable for using as select list options.
- layout_flexible_template_delete_form in core/
modules/ layout/ layout.flexible.inc - Menu callback; Delete a flexible template.
- locale_date_format_form in core/
modules/ locale/ locale.admin.inc - Form callback; Display fields for setting the date format for each language.
- 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_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.
- 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.
- system_configure_date_formats_form in core/
modules/ system/ system.admin.inc - Allow users to add additional date formats.
- taxonomy_form_term in core/
modules/ taxonomy/ taxonomy.admin.inc - Form function for the term edit form.
- translation_node_overview in core/
modules/ translation/ translation.pages.inc - Page callback: Displays a list of a node's translations.
- user_admin_settings in core/
modules/ user/ user.admin.inc - Form builder; Configure user settings for this site.
- views_handler_field_file_uri::options_form in core/
modules/ file/ views/ views_handler_field_file_uri.inc - Provide link to file option
- 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.
- _backdrop_bootstrap_page_cache in core/
includes/ bootstrap.inc - Attempts to serve a page from the cache.
- _batch_progress_page in core/
includes/ batch.inc - Outputs a batch processing page.