- admin_bar_admin_bar_replacements in core/modules/admin_bar/admin_bar.module
- Implements hook_admin_bar_replacements().
- ajax_example_intro in modules/examples/ajax_example/ajax_example.module
- A basic introduction page for the ajax_example module.
- ajax_example_node_by_author_autocomplete_submit in modules/examples/ajax_example/ajax_example_autocomplete.inc
- Submit handler for node lookup unique autocomplete example.
- ajax_prepare_response in core/includes/ajax.inc
- Converts the return value of a page callback into an Ajax commands array.
- authorize.php in core/authorize.php
- Administrative script for running authorized file operations.
- BackdropWebTestCase::assertThemeOutput in core/modules/simpletest/backdrop_web_test_case.php
- Asserts themed output.
- backdrop_add_feed in core/includes/common.inc
- Adds a feed URL for the current page.
- backdrop_deliver_html_page in core/includes/common.inc
- Packages and sends the result of a page callback to the browser as HTML.
- backdrop_render in core/includes/common.inc
- Renders HTML given a structured array tree.
- backdrop_render_page in core/includes/common.inc
- Renders the page, including the HTML, HEAD, and BODY tags.
- Block::getAdminConditionsPreview in core/modules/layout/includes/block.class.inc
- Return a fieldset listing any visibility conditions set for this block.
- BlockHero::form in core/modules/layout/includes/block.hero.inc
- Builds the block's configuration form.
- BlockTestCase::testCustomBlock in core/modules/block/tests/block.test
- Test creating custom block, editing, and then deleting it.
- block_admin_list in core/modules/block/block.admin.inc
- Page callback; Display a list of all custom blocks.
- block_example_block_view in modules/examples/block_example/block_example.module
- Implements hook_block_view().
- book_admin_overview in core/modules/book/book.admin.inc
- Returns an administrative overview of all books.
- book_node_view in core/modules/book/book.module
- Implements hook_node_view().
- book_render in core/modules/book/book.pages.inc
- Menu callback: Prints a listing of all books.
- callback_batch_finished in core/modules/system/form.api.php
- Complete a batch process.
- ckeditor5_settings_form in core/modules/ckeditor5/ckeditor5.admin.inc
- Editor settings callback; Provide options for CKEditor 5 module.
- ckeditor5_upgrade_form in core/modules/ckeditor5/ckeditor5.upgrade.inc
- Form callback for upgrading a text format from CKEditor 4 to CKEditor 5.
- ckeditor_settings_form in core/modules/ckeditor/ckeditor.admin.inc
- Editor settings callback; Provide options for CKEditor 4 module.
- color_form_system_theme_settings_alter in core/modules/color/color.module
- Implements hook_form_FORM_ID_alter().
- comment_admin_overview in core/modules/comment/comment.admin.inc
- Form constructor for the comment overview administration form.
- comment_block_view in core/modules/comment/comment.module
- Implements hook_block_view().
- comment_form in core/modules/comment/comment.module
- Form constructor for the basic commenting form.
- comment_links in core/modules/comment/comment.module
- Adds reply, edit, delete, etc. links, depending on user permissions.
- comment_node_view in core/modules/comment/comment.module
- Implements hook_node_view().
- config_export_single_form_update_type in core/modules/config/config.admin.inc
- Handles switching the configuration type selector.
- config_sync_form in core/modules/config/config.admin.inc
- Form callback; Build the form for syncing all staged configuration.
- contact_category_list in core/modules/contact/contact.admin.inc
- Page callback: Lists contact categories.
- contact_form_permissions in core/modules/contact/contact.admin.inc
- Builds a matrix of contact permissions.
- contact_personal_form in core/modules/contact/contact.pages.inc
- Form constructor for the personal contact form.
- DashboardUpdateBlock::getContent in core/modules/dashboard/includes/block.update.inc
- Return the content of a block.
- DashboardWelcomeBlock::getContent in core/modules/dashboard/includes/block.welcome.inc
- Return the content of a block.
- database_example_advanced_list in modules/examples/database_example/database_example.module
- Renders a filtered list of entries in the database.
- database_example_list in modules/examples/database_example/database_example.module
- Renders a list of entries in the database.
- DateThemeTestCase::testDateDisplayCombination in core/modules/date/tests/date_themes.test
- Test date_display_combination theme function.
- DateThemeTestCase::testDateDisplaySingle in core/modules/date/tests/date_themes.test
- Test date_display_single theme function.
- date_combo_validate in core/modules/date/date.elements.inc
- Validate and update a combo element.
- date_field_formatter_view in core/modules/date/date.field.inc
- Implements hook_field_formatter_view().
- date_popup_validate in core/modules/date/date.elements.inc
- Massage the input values back into a single date.
- date_select_validate in core/modules/date/date.elements.inc
- Validation function for date selector.
- date_text_validate in core/modules/date/date.elements.inc
- Validation for text input.
- date_views_plugin_pager::render in core/modules/date/views/date_views_plugin_pager.inc
- Render the pager.
- dblog_event in core/modules/dblog/dblog.admin.inc
- Page callback: Displays details about a specific database log message.
- dblog_overview in core/modules/dblog/dblog.admin.inc
- Page callback: Displays a listing of database log messages.
- EntityReferenceSelectionHandlerViews::validateAutocompleteInput in core/modules/entityreference/plugins/selection/EntityReferenceSelectionHandlerViews.inc
- Implements EntityReferenceHandler::validateAutocompleteInput().
- entity_query_access_test_sample_query in core/modules/entity/tests/entity_query_access_test/entity_query_access_test.module
- Returns the results from an example EntityFieldQuery.
- field_ui_fields_list in core/modules/field_ui/field_ui.admin.inc
- Page callback: Lists all defined fields for quick reference.
- 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_overview_form in core/modules/field_ui/field_ui.admin.inc
- Form constructor for the 'Manage fields' form of a bundle.
- field_ui_inactive_message in core/modules/field_ui/field_ui.admin.inc
- Displays a message listing the inactive fields of a given bundle.
- field_ui_table_pre_render in core/modules/field_ui/field_ui.admin.inc
- Render API callback: Performs pre-render tasks on field_ui_table elements.
- field_ui_view_mode_delete_form in core/modules/field_ui/field_ui.admin.inc
- Form builder: Delete a display mode.
- field_ui_view_mode_reset_form in core/modules/field_ui/field_ui.admin.inc
- Confirm form: Resets a display mode to using the default display.
- FileFieldDisplayTestCase::testNodeDisplay in core/modules/file/tests/file.test
- Tests normal formatter display on node display.
- file_ajax_upload in core/modules/file/file.module
- Ajax callback: Processes file uploads and deletions.
- file_delete_form in core/modules/file/file.pages.inc
- Page callback: Form constructor for the file deletion confirmation form.
- file_field_widget_form in core/modules/file/file.field.inc
- Implements hook_field_widget_form().
- file_list_types_page in core/modules/file/file.admin.inc
- Displays the file type admin overview page.
- file_managed_file_browser_open in core/modules/file/file.module
- AJAX callback for managed_file elements to open a browser modal dialog.
- file_managed_file_process in core/modules/file/file.module
- Render API callback: Expands the managed_file element type.
- file_multiple_delete_confirm in core/modules/file/file.pages.inc
- Multiple file deletion confirmation form.
- file_save_upload in core/includes/file.inc
- Saves a file upload to a new location.
- file_settings_form in core/modules/file/file.admin.inc
- Form callback for file settings.
- file_type_form in core/modules/file/file.admin.inc
- Form constructor for the file type settings form.
- file_upload_validators_pre_render in core/modules/file/file.module
- Pre-render callback for adding validation descriptions to file upload fields.
- filter_admin_format_filter_settings_ajax in core/modules/filter/filter.admin.inc
- Ajax handler for buttons in filter_admin_format_filter_settings_form().
- filter_admin_format_filter_settings_form_ajax in core/modules/filter/filter.admin.inc
- Ajax handler: Opens the dialog to configure a text format filter.
- filter_admin_overview in core/modules/filter/filter.admin.inc
- Page callback: Form constructor for a form to list and reorder text formats.
- filter_format_editor_dialog_save in core/modules/filter/filter.pages.inc
- Form AJAX callback. Sends the save editor AJAX command and closes the dialog.
- 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.
- filter_tips_long in core/modules/filter/filter.pages.inc
- Page callback: Displays a page with long filter tips.
- hook_ajax_render_alter in core/modules/system/system.api.php
- Alter the commands that are sent to the user through the Ajax framework.
- hook_block_view in core/modules/layout/layout.api.php
- Return a rendered or renderable view of a block.
- hook_date_formatter_dates_alter in core/modules/date/date.api.php
- Alter the dates array created by date_formatter_process().
- hook_search_execute in core/modules/search/search.api.php
- Execute a search for a set of key words.
- hook_user_view in core/modules/user/user.api.php
- The user's account information is being displayed.
- hook_view in core/modules/node/node.api.php
- Display a node.
- icon in core/includes/icon.inc
- Return the markup for outputting an icon by a machine name.
- ImageDimensionsUnitTest::testImageDimensions in core/modules/image/tests/image.test
- Test styled image dimensions cumulatively.
- ImageFieldDisplayTestCase::testImageFieldDefaultImage in core/modules/image/tests/image.test
- Test use of a default image with an image field.
- ImageFieldDisplayTestCase::testImageFieldSettings in core/modules/image/tests/image.test
- Tests for image field settings.
- ImageFieldDisplayTestCase::_testImageFieldFormatters in core/modules/image/tests/image.test
- Test image formatters on node display.
- image_example_style_form in modules/examples/image_example/image_example.pages.inc
- Form for uploading and displaying an image using selected style.
- image_field_widget_form in core/modules/image/image.field.inc
- Implements hook_field_widget_form().
- image_field_widget_process in core/modules/image/image.field.inc
- An element #process callback for the image_image field type.
- image_style_form in core/modules/image/image.admin.inc
- Form builder; Configure an image style name and effects order.
- image_style_list in core/modules/image/image.admin.inc
- Menu callback; Listing of all current image styles.
- image_tokens in core/modules/image/image.tokens.inc
- Implements hook_tokens().
- installer_browser_get_sort_widget in core/modules/installer/installer.pages.inc
- Returns a themed sort widget for the filters.
- installer_browser_installation_page in core/modules/installer/installer.pages.inc
- Menu callback; page to install projects.
- installer_browser_installation_task_list in core/modules/installer/installer.pages.inc
- Get a task list to the sidebar area when installing projects.
- installer_browser_installation_theme_form in core/modules/installer/installer.pages.inc
- Form builder for theme install.
- installer_browser_page in core/modules/installer/installer.pages.inc
- Page to display the projects.
- installer_browser_project_display in core/modules/installer/installer.pages.inc
- Page to display individual projects in a modal.
- installer_manager_download_batch_finished in core/modules/installer/installer.manager.inc
- Batch callback: Performs actions when the download batch is completed.
- installer_manager_install_modal_callback in core/modules/installer/installer.manager.inc
- AJAX callback to update the add/remove queue on bulk add.
- installer_manager_update_form in core/modules/installer/installer.manager.inc
- Form constructor for the update form of the Installer module.
- install_already_done_error in core/includes/install.core.inc
- Indicates that Backdrop has already been installed.
- install_display_output in core/includes/install.core.inc
- Displays themed installer output and ends the page request.
- install_display_requirements in core/includes/install.core.inc
- Verifies the requirements for installing Backdrop.
- LayoutBlockTextTest::testBlockText in core/modules/layout/tests/layout.test
- Tests the BlockText class functionality.
- LayoutRendererFlexible::renderEditor in core/modules/layout/plugins/renderers/layout_renderer_flexible.inc
- Perform display-level render operations.
- LayoutRendererStandard::renderBlock in core/modules/layout/plugins/renderers/layout_renderer_standard.inc
- Render a block using its designated style.
- LayoutRendererStandard::renderLayout in core/modules/layout/plugins/renderers/layout_renderer_standard.inc
- Perform display/layout-level render operations.
- LayoutRendererStandard::renderRegion in core/modules/layout/plugins/renderers/layout_renderer_standard.inc
- Render a single layout region.
- layout_ajax_form_open_dialog in core/modules/layout/layout.admin.inc
- AJAX handler that opens a form in a dialog.
- layout_ajax_form_save_dialog in core/modules/layout/layout.admin.inc
- AJAX handler that saves a form in a dialog and updates the underlying form.
- layout_ajax_form_save_title_dialog in core/modules/layout/layout.admin.inc
- AJAX handler that updates the title.
- layout_block_configure_ajax_update in core/modules/layout/layout.admin.inc
- AJAX callback to update the underlying layout form after updating a block.
- layout_block_disable_page in core/modules/layout/layout.admin.inc
- Menu callback; Set a block as disabled.
- layout_block_list in core/modules/layout/layout.admin.inc
- Menu callback; Lists all blocks and their modules.
- layout_entity_admin_add_form in core/modules/layout/layout.entity.admin.inc
- Render the form for adding a layout for an entity.
- layout_entity_admin_form in core/modules/layout/layout.entity.admin.inc
- Render the settings form for listing entity layouts.
- layout_flexible_template_delete_form in core/modules/layout/layout.flexible.inc
- Menu callback; Delete a flexible template.
- layout_flexible_template_edit_row_ajax in core/modules/layout/layout.flexible.inc
- AJAX callback on the submit button for editing a layout row.
- layout_flexible_template_region_style_select in core/modules/layout/layout.flexible.inc
- Form to select the region widths for a flexible template.
- layout_list_page in core/modules/layout/layout.admin.inc
- Output a list of layouts that are managed.
- layout_locked_message in core/modules/layout/layout.admin.inc
- Prepare a message and link based on if a layout item is updated or locked.
- layout_preprocess_layout in core/modules/layout/layout.theme.inc
- Prepares variables for layout templates.
- layout_settings_form in core/modules/layout/layout.admin.inc
- Render the settings form for layout.
- layout_settings_form_path_ajax in core/modules/layout/layout.admin.inc
- AJAX handler for layout_settings_form().
- layout_settings_form_update_layout in core/modules/layout/layout.admin.inc
- Submit handler for layout_settings_form() that saves in-progress values.
- layout_settings_page in core/modules/layout/layout.admin.inc
- Administrative form for layout settings.
- link_field_instance_settings_form in core/modules/link/link.module
- Implements hook_field_instance_settings_form().
- locale_block_view in core/modules/locale/locale.module
- Implements hook_block_view().
- menu_local_actions in core/includes/menu.inc
- Returns the rendered local actions at the current level.
- menu_local_tabs in core/includes/menu.inc
- Returns rendered HTML for the primary and secondary tabs.
- menu_overview_page in core/modules/menu/menu.admin.inc
- Menu callback which shows an overview page of all the custom menus and their
descriptions.
- node_access_example_private_node_listing in modules/examples/node_access_example/node_access_example.module
- Our hook_menu() page callback function.
- node_add_page in core/modules/node/node.pages.inc
- Page callback: Displays add content links for available content types.
- node_hooks_example_node_view in modules/examples/node_hooks_example/node_hooks_example.module
- Implements hook_node_view().
- node_overview_types in core/modules/node/node.types.inc
- Page callback: Displays the content type admin overview page.
- node_page_default in core/modules/node/node.module
- Menu callback; Generate a listing of promoted nodes.
- node_revision_overview in core/modules/node/node.pages.inc
- Page callback: Generates an overview table of older revisions of a node.
- node_search_execute in core/modules/node/node.module
- Implements hook_search_execute().
- node_type_example_field_formatter_view in modules/examples/node_type_example/node_type_example.module
- Implements hook_field_formatter_view().
- node_type_form_permissions in core/modules/node/node.types.inc
- Builds a matrix of node permissions for this node type.
- PageComponents::getContent in core/modules/system/block.page_components.inc
- Return the content of a block.
- path_admin_bulk_delete_confirm in core/modules/path/path.admin.inc
- Confirm form for URL alias bulk deletion.
- path_bulk_update_form_bulk_delete_submit in core/modules/path/path.admin.inc
- Submit handler for path_admin_bulk_delete().
- path_patterns_form in core/modules/path/path.admin.inc
- Form builder; Configure the URL alias patterns.
- queue_example_add_remove_form in modules/examples/queue_example/queue_example.module
- Form generator for managing the queue.
- redirect_edit_form in core/modules/redirect/redirect.admin.inc
- Form builder to add or edit an URL redirect.
- redirect_handler_field_redirect_operations::render in core/modules/redirect/views/redirect_handler_field_redirect_operations.inc
- Render the field.
- seven_tablesort_indicator in core/themes/seven/template.php
- Overrides theme_tablesort_indicator().
- simpletest_result_status_image in core/modules/simpletest/simpletest.pages.inc
- Get the appropriate image for the status.
- system_admin_config_page in core/modules/system/system.admin.inc
- Menu callback; Provide the administration overview page.
- system_admin_index in core/modules/system/system.admin.inc
- Menu callback; prints a listing of admin tasks, organized by module.
- system_admin_menu_block_page in core/modules/system/system.admin.inc
- Provide a single block from the administration menu as a page.
- system_block_view in core/modules/system/system.module
- Implements hook_block_view().
- system_breadcrumb_block in core/modules/system/system.module
- Output the content for the breadcrumb block.
- system_date_time_formats in core/modules/system/system.admin.inc
- Displays the date format strings overview page.
- system_header_block in core/modules/system/system.module
- Output the content for the header block.
- system_menu_block_build in core/modules/system/system.menu.inc
- Build a menu tree based on the provided configuration.
- system_modules_confirm_form in core/modules/system/system.admin.inc
- Display confirmation form for required modules.
- system_modules_uninstall_confirm_form in core/modules/system/system.admin.inc
- Confirm uninstall of selected modules.
- system_preprocess_page_components in core/modules/system/system.theme.inc
- Prepares variables for Page Component block templates.
- system_requirements in core/modules/system/system.install
- Implements hook_requirements().
- system_site_maintenance_mode in core/modules/system/system.admin.inc
- Form builder; Configure the site's maintenance status.
- system_status in core/modules/system/system.admin.inc
- Menu callback: displays the site status report. Can also be used as a pure check.
- system_themes_page in core/modules/system/system.admin.inc
- Menu callback; displays a listing of all themes.
- system_transliteration_retroactive in core/modules/system/system.admin.inc
- Form builder function; generates retroactive transliteration confirm form.
- system_transliteration_retroactive_submit in core/modules/system/system.admin.inc
- Form submit function; retroactively transliterates existing file names.
- tablesort_header in core/includes/tablesort.inc
- Formats a column header.
- taxonomy_overview_vocabularies in core/modules/taxonomy/taxonomy.admin.inc
- Page callback at admin/structure/taxonomy to list all available vocabularies.
- taxonomy_vocabulary_form_permissions in core/modules/taxonomy/taxonomy.admin.inc
- Builds a matrix of node permissions for this node type.
- telemetry_requirements in core/modules/telemetry/telemetry.install
- Implements hook_requirements().
- template_preprocess_comment in core/modules/comment/comment.theme.inc
- Preprocesses variables for comment.tpl.php.
- template_preprocess_date_views_pager in core/modules/date/date.theme.inc
- Preprocess function for Date pager template.
- template_preprocess_file_entity in core/modules/file/file.module
- Process variables for file.tpl.php
- template_preprocess_installer_browser_list in core/modules/installer/installer.theme.inc
- Add some variables for the projects list theme.
- template_preprocess_installer_browser_project in core/modules/installer/installer.theme.inc
- Add some variables for the project theme.
- template_preprocess_installer_browser_project_dialog in core/modules/installer/installer.theme.inc
- Add some variables for the project details dialog.
- template_preprocess_maintenance_page in core/includes/theme.inc
- Prepares variables for maintenance-page templates.
- template_preprocess_node in core/modules/node/node.theme.inc
- Processes variables for node.tpl.php.
- template_preprocess_search_results in core/modules/search/search.theme.inc
- Process variables for search-results.tpl.php.
- template_preprocess_user_picture in core/modules/user/user.theme.inc
- Process variables for user-picture.tpl.php.
- template_preprocess_views_view_row_search in core/modules/search/views/search.views.inc
- Template helper for theme_views_view_row_search
- template_preprocess_views_view_table in core/modules/views/templates/views.theme.inc
- Display a view as a table style.
- ThemeDatetime::testThemeDatetime in core/modules/simpletest/tests/theme.test
- Test function theme_datetime().
- ThemeFunctionsTestCase::assertThemeOutput in core/modules/simpletest/tests/theme.test
- Asserts themed output.
- ThemeTableUnitTest::testThemeTableFooter in core/modules/simpletest/tests/theme.test
- Tests that the 'footer' option works correctly.
- ThemeTableUnitTest::testThemeTableNoStickyHeaders in core/modules/simpletest/tests/theme.test
- If $sticky is FALSE, no tableheader.js should be included.
- ThemeTableUnitTest::testThemeTableStickyHeaders in core/modules/simpletest/tests/theme.test
- Tableheader.js provides 'sticky' table headers, and is included by default.
- ThemeTableUnitTest::testThemeTableWithEmptyMessage in core/modules/simpletest/tests/theme.test
- Tests that the table header is printed correctly even if there are no rows,
and that the empty text is displayed correctly.
- ThemeTableUnitTest::testThemeTableWithNoStriping in core/modules/simpletest/tests/theme.test
- Tests that the 'no_striping' option works correctly.
- ThemeUnitTest::testRegistryRebuild in core/modules/simpletest/tests/theme.test
- Ensures the theme registry is rebuilt when modules are disabled/enabled.
- theme_admin_bar_links in core/modules/admin_bar/admin_bar.theme.inc
- Render a themed list of links.
- theme_admin_page in core/modules/system/system.theme.inc
- Returns HTML for an administrative page.
- theme_authorize_report in core/includes/theme.maintenance.inc
- Returns HTML for a results report of an operation run by authorize.php.
- theme_book_admin_table in core/modules/book/book.admin.inc
- Returns HTML for a book administration form.
- theme_comment_block in core/modules/comment/comment.theme.inc
- Returns HTML for a list of recent comments.
- theme_contact_category_list_table in core/modules/contact/contact.theme.inc
- Returns HTML for the contact form categories administrative table.
- theme_date_combo in core/modules/date/date.theme.inc
- Returns HTML for a start/end date combination on form.
- theme_date_display_combination in core/modules/date/date.theme.inc
- Returns HTML for a date element formatted as a Start/End combination.
- theme_date_display_interval in core/modules/date/date.theme.inc
- Returns HTML for a date element formatted as an interval.
- theme_date_popup in core/modules/date/date.theme.inc
- Format a date popup element.
- theme_date_select in core/modules/date/date.theme.inc
- Returns HTML for a "date_select" element, including all child elements.
- theme_date_select_element in core/modules/date/date.theme.inc
- Returns HTML for a date select input form element.
- theme_date_text in core/modules/date/date.theme.inc
- Returns HTML for a date text element.
- theme_date_textfield_element in core/modules/date/date.theme.inc
- Returns HTML for a date textfield input form element.
- theme_date_text_parts in core/modules/date/date.theme.inc
- Returns HTML for the text/select options for date parts in a table.
- theme_date_timezone in core/modules/date/date.theme.inc
- Returns HTML for a date timezone element.
- theme_exposed_filters in core/modules/system/system.theme.inc
- Returns HTML for an exposed filter form.
- theme_feed_icon in core/includes/theme.inc
- Returns HTML for a feed icon.
- theme_fieldset in core/includes/form.inc
- Returns HTML for a fieldset form element and its children.
- theme_field_multiple_value_form in core/modules/field/field.theme.inc
- Returns HTML for an individual form element.
- theme_field_ui_table in core/modules/field_ui/field_ui.theme.inc
- Returns HTML for Field UI overview tables.
- theme_field_ui_view_modes in core/modules/field_ui/field_ui.theme.inc
- Returns HTML for the entity display mode table.
- theme_file_display_order in core/modules/file/file.theme.inc
- Returns HTML for a file display's display order table.
- theme_file_download_link in core/modules/file/file.theme.inc
- Copy of theme_file_link() for linking to the file download URL.
- theme_file_formatter_table in core/modules/file/file.theme.inc
- Returns HTML for a file attachments table.
- theme_file_link in core/modules/file/file.theme.inc
- Returns HTML for a link to a file.
- theme_file_widget_multiple in core/modules/file/file.theme.inc
- Returns HTML for a group of file upload widgets.
- theme_filter_admin_format_filter_order in core/modules/filter/filter.theme.inc
- Returns HTML for a text format's filter order form.
- theme_filter_admin_overview in core/modules/filter/filter.theme.inc
- Returns HTML for the text format administration overview form.
- theme_filter_guidelines in core/modules/filter/filter.theme.inc
- Returns HTML for guidelines for a text format.
- theme_form_element in core/includes/form.inc
- Returns HTML for a form element.
- theme_form_element_label in core/includes/form.inc
- Returns HTML for a form element label and required marker.
- theme_form_example_checkbox in modules/examples/form_example/form_example_elements.inc
- Themes a custom checkbox.
- theme_form_example_inline_form_element in modules/examples/form_example/form_example_elements.inc
- Formats child form elements as inline elements.
- theme_image_anchor in core/modules/image/image.theme.inc
- Returns HTML for a 3x3 grid of checkboxes for image anchors.
- theme_image_crop_summary in core/modules/image/image.theme.inc
- Returns HTML for a summary of an image crop effect.
- theme_image_example_image in modules/examples/image_example/image_example.pages.inc
- Theme function displays an image rendered using the specified style.
- theme_image_formatter in core/modules/image/image.theme.inc
- Returns HTML for an image field formatter.
- theme_image_scale_summary in core/modules/image/image.theme.inc
- Returns HTML for a summary of an image scale effect.
- theme_image_style in core/modules/image/image.theme.inc
- Returns HTML for an image using a specific image style.
- theme_image_style_effects in core/modules/image/image.theme.inc
- Returns HTML for a listing of the effects within a specific image style.
- theme_image_style_list in core/modules/image/image.theme.inc
- Returns HTML for the page containing the list of image styles.
- theme_image_style_preview in core/modules/image/image.theme.inc
- Returns HTML for a preview of an image style.
- theme_install_page in core/includes/theme.maintenance.inc
- Returns HTML for the installation page.
- theme_item_list in core/includes/theme.inc
- Returns HTML for a list or nested list of items.
- theme_language_admin_overview_form_table in core/modules/language/language.theme.inc
- Returns HTML for the language overview form.
- theme_language_negotiation_configure_form in core/modules/locale/locale.theme.inc
- Returns HTML for the language negotiation configuration form.
- theme_layout_condition_info in core/modules/layout/layout.theme.inc
- Outputs a list of conditions. Used in the layout listing page.
- theme_layout_info in core/modules/layout/layout.theme.inc
- Outputs information about a layout. Used in the layout listing page.
- theme_layout_menu_item_arguments_table in core/modules/layout/layout.theme.inc
- Output the arguments table for layout_menu_item_arguments_form().
- theme_layout_reorder_layouts in core/modules/layout/layout.theme.inc
- Turn the rearrange form into a table with table sorting displayed.
- theme_layout_settings_context_table in core/modules/layout/layout.theme.inc
- Output the table for layout_settings_form() contexts.
- theme_layout_template_info in core/modules/layout/layout.theme.inc
- Outputs information about a layout template . Used in the layout template
listing page.
- theme_layout_template_option in core/modules/layout/layout.theme.inc
- Outputs an individual option label for selecting a layout.
- theme_locale_date_format_form in core/modules/locale/locale.theme.inc
- Returns themed HTML for the locale_date_format_form() form.
- theme_menu_overview_form in core/modules/menu/menu.theme.inc
- Returns HTML for the menu overview form into a table.
- theme_node_recent_block in core/modules/node/node.theme.inc
- Returns HTML for a list of recent content.
- theme_node_recent_content in core/modules/node/node.theme.inc
- Returns HTML for a recent node to be displayed in the recent content block.
- theme_node_search_factors in core/modules/node/node.theme.inc
- Returns HTML for the content ranking part of the search settings admin page.
- theme_options in core/modules/field/modules/options/options.theme.inc
- Theme an options element.
- theme_pager in core/includes/pager.inc
- Returns HTML for a query pager.
- theme_pager_first in core/includes/pager.inc
- Returns HTML for the "first page" link in a query pager.
- theme_pager_last in core/includes/pager.inc
- Returns HTML for the "last page" link in query pager.
- theme_pager_next in core/includes/pager.inc
- Returns HTML for the "next page" link in a query pager.
- theme_pager_previous in core/includes/pager.inc
- Returns HTML for the "previous page" link in a query pager.
- theme_path_bulk_update_form in core/modules/path/path.admin.inc
- Returns HTML for the Path bulk update page.
- theme_queue_items in modules/examples/queue_example/queue_example.module
- Themes the queue display.
- theme_simpletest_test_table in core/modules/simpletest/simpletest.theme.inc
- Returns HTML for a test list generated by simpletest_test_form() into a table.
- theme_submit in core/includes/form.inc
- Returns HTML for a submit button form element.
- theme_system_admin_index in core/modules/system/system.theme.inc
- Returns HTML for the output of the dashboard page.
- theme_system_modules_fieldset in core/modules/system/system.theme.inc
- Returns HTML for the modules form.
- theme_system_themes_page in core/modules/system/system.theme.inc
- Returns HTML for the Appearance page.
- theme_tabledrag_example_parent_form in modules/examples/tabledrag_example/tabledrag_example_parent_form.inc
- Theme callback for the tabledrag_example_parent_form form.
- theme_tabledrag_example_simple_form in modules/examples/tabledrag_example/tabledrag_example_simple_form.inc
- Theme callback for the tabledrag_example_simple_form form.
- theme_tableselect in core/includes/form.inc
- Returns HTML for a table with radio buttons or checkboxes.
- theme_tablesort_indicator in core/includes/theme.inc
- Returns HTML for a sort icon.
- theme_taxonomy_overview_terms in core/modules/taxonomy/taxonomy.theme.inc
- Returns HTML for a terms overview form as a sortable list of terms.
- theme_test_init in core/modules/simpletest/tests/theme_test.module
- Implements hook_init().
- theme_test_template_test_page_callback in core/modules/simpletest/tests/theme_test.module
- Menu callback for testing template overriding based on filename.
- theme_text_format_wrapper in core/modules/filter/filter.theme.inc
- Returns HTML for a text format-enabled form element.
- theme_theming_example_list in modules/examples/theming_example/theming_example.module
- Theming a simple list.
- theme_token_tree in core/modules/system/system.theme.inc
- Provide a 'tree' display of nested tokens.
- theme_update_manager_update_form in core/modules/update/update.theme.inc
- Returns HTML for the first page in the process of updating projects.
- theme_update_page in core/includes/theme.maintenance.inc
- Returns HTML for the update page.
- theme_update_report in core/modules/update/update.theme.inc
- Returns HTML for the project status report.
- theme_update_version in core/modules/update/update.theme.inc
- Returns HTML for the version display of a project.
- theme_user_admin_permissions in core/modules/user/user.theme.inc
- Returns HTML for the administer permissions page.
- theme_user_admin_roles in core/modules/user/user.theme.inc
- Returns HTML for the role order form.
- theme_user_list in core/modules/user/user.theme.inc
- Returns HTML for a list of users.
- theme_views_mini_pager in core/modules/views/templates/views.theme.inc
- theme_views_ui_build_group_filter_form in core/modules/views_ui/views_ui.theme.inc
- Theme the build group filter form.
- theme_views_ui_rearrange_filter_form in core/modules/views_ui/views_ui.theme.inc
- Turn the rearrange form into a proper table
- theme_views_ui_rearrange_form in core/modules/views_ui/views_ui.theme.inc
- Turn the rearrange form into a proper table
- theme_views_ui_reorder_displays_form in core/modules/views_ui/views_ui.theme.inc
- Turn the reorder form into a proper table
- theme_views_ui_style_plugin_table in core/modules/views_ui/views_ui.theme.inc
- Theme the form for the table style plugin
- TokenUserTestCase::testUserTokens in core/modules/simpletest/tests/token.test
- 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_results_page in core/update.php
- Displays results of the update script with any accompanying errors.
- update_status in core/modules/update/update.report.inc
- Page callback: Generates a page about the update status of projects.
- update_task_list in core/update.php
- Adds the update task list to the current page.
- update_upgrade_check_dependencies in core/includes/update.inc
- Checks for disabled dependencies during a Drupal 7 upgrade.
- user_account_form in core/modules/user/user.module
- Helper function to add default user account fields to user registration and edit form.
- user_admin_permissions in core/modules/user/user.admin.inc
- Menu callback: administer permissions.
- user_settings_email in core/modules/user/user.admin.inc
- Form builder; Configure user email settings for this site.
- user_tokens in core/modules/user/user.tokens.inc
- Implements hook_tokens().
- user_user_view in core/modules/user/user.module
- Implements hook_user_view().
- 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_handler_area_result::options_form in core/modules/views/handlers/views_handler_area_result.inc
- Default options form that provides the label widget that all fields
should have.
- views_handler_area_text::options_form in core/modules/views/handlers/views_handler_area_text.inc
- Default options form that provides the label widget that all fields
should have.
- views_handler_field::options_form in core/modules/views/handlers/views_handler_field.inc
- Default options form that provides the label widget that all fields
should have.
- views_handler_field_comment_username::render_link in core/modules/comment/views/views_handler_field_comment_username.inc
- views_handler_field_field::render_items in core/modules/field/views/views_handler_field_field.inc
- Render all items in this field together.
- views_handler_field_file_filemime::render in core/modules/file/views/views_handler_field_file_filemime.inc
- Render the field.
- views_handler_field_history_user_timestamp::render in core/modules/node/views/views_handler_field_history_user_timestamp.inc
- Render the field.
- views_handler_field_ncs_last_comment_name::render in core/modules/comment/views/views_handler_field_ncs_last_comment_name.inc
- Render the field.
- views_handler_field_prerender_list::render in core/modules/views/handlers/views_handler_field_prerender_list.inc
- Render the field.
- views_handler_field_prerender_list::render_items in core/modules/views/handlers/views_handler_field_prerender_list.inc
- Render all items in this field together.
- views_handler_field_system_info::render in core/modules/system/views/views_handler_field_system_info.inc
- Render the field.
- views_handler_field_user_name::render_link in core/modules/user/views/views_handler_field_user_name.inc
- views_handler_field_user_picture::render in core/modules/user/views/views_handler_field_user_picture.inc
- Render the field.
- views_handler_relationship_groupwise_max::options_form in core/modules/views/handlers/views_handler_relationship_groupwise_max.inc
- Extends the relationship's basic options, allowing the user to pick
a sort and an order for it.
- views_plugin_display::options_form in core/modules/views/plugins/views_plugin_display.inc
- Provide the default form for setting options.
- views_plugin_display::render in core/modules/views/plugins/views_plugin_display.inc
- Render this display.
- views_plugin_display::render_more_link in core/modules/views/plugins/views_plugin_display.inc
- Render the 'more' link
- views_plugin_pager_full::render in core/modules/views/plugins/views_plugin_pager_full.inc
- Render the pager.
- views_plugin_pager_mini::render in core/modules/views/plugins/views_plugin_pager_mini.inc
- Overrides views_plugin_pager_full::render().
- views_plugin_row::render in core/modules/views/plugins/views_plugin_row.inc
- Render a row object. This usually passes through to a theme template
of some form, but not always.
- views_plugin_row_comment_rss::render in core/modules/comment/views/views_plugin_row_comment_rss.inc
- Render a row object. This usually passes through to a theme template
of some form, but not always.
- views_plugin_row_node_rss::render in core/modules/node/views/views_plugin_row_node_rss.inc
- Render a row object. This usually passes through to a theme template
of some form, but not always.
- views_plugin_row_rss_fields::render in core/modules/views/plugins/views_plugin_row_rss_fields.inc
- Render a row object. This usually passes through to a theme template
of some form, but not always.
- views_plugin_row_search_view::render in core/modules/search/views/views_plugin_row_search_view.inc
- Override the behavior of the render() function.
- views_plugin_style::render_grouping_sets in core/modules/views/plugins/views_plugin_style.inc
- Render the grouping sets.
- views_plugin_style_mapping::render in core/modules/views/plugins/views_plugin_style_mapping.inc
- Overrides views_plugin_style::render().
- views_plugin_style_rss::attach_to in core/modules/views/plugins/views_plugin_style_rss.inc
- views_plugin_style_rss::render in core/modules/views/plugins/views_plugin_style_rss.inc
- Render the display in this style.
- views_plugin_style_summary::render in core/modules/views/plugins/views_plugin_style_summary.inc
- Render the display in this style.
- views_ui_analyze_format_result in core/modules/views_ui/views_ui.analyze.inc
- Format the analyze result into a message string.
- views_ui_break_lock_confirm in core/modules/views_ui/views_ui.admin.inc
- Page to delete a view.
- views_ui_edit_form in core/modules/views_ui/views_ui.admin.inc
- Form builder callback for configuring a View.
- views_ui_list_page in core/modules/views_ui/views_ui.admin.inc
- Page callback at admin/build/views to list all available views.
- views_ui_preview in core/modules/views_ui/views_ui.admin.inc
- Returns the results of the live preview.
- _action_example_page in modules/examples/action_example/action_example.module
- A simple page to explain to the developer what to do.
- _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.
- _config_sync_finished in core/modules/config/config.sync.inc
- Batch API callback. Finish the config import.
- _filter_html_tips in core/modules/filter/filter.module
- Implements callback_filter_tips().
- _filter_image_caption in core/modules/filter/filter.module
- Implements callback_filter_process().
- _filter_image_library_ajax in core/modules/filter/filter.pages.inc
- Render the image library.
- _form_options_validate in core/modules/field/modules/options/options.element.inc
- Logic function for form_options_validate(). Do not call directly.
- _locale_translate_seek in core/modules/locale/locale.pages.inc
- Perform a string search and display results in a table
- _node_mass_update_batch_finished in core/modules/node/node.admin.inc
- Menu callback: Reports the status of batch operation for node_mass_update().
- _options_get_options in core/modules/field/modules/options/options.module
- Collects the options for a field.
- _simpletest_batch_operation in core/modules/simpletest/simpletest.module
- Batch operation callback.
- _system_modules_build_row in core/modules/system/system.admin.inc
- Build a table row for the system modules page.
- _system_utf8mb4_convert_batch_finished in core/modules/system/system.admin.inc
- Performs post-processing for node_access_rebuild().
- _theme_test_suggestion in core/modules/simpletest/tests/theme_test.module
- Page callback, calls a theme hook suggestion.
- _user_password_policy_help in core/modules/user/user.password.inc
- Generates help text for core password constraints on forms.