Note: this list is generated by looking for the string for this theme hook, so it may include some references that are not actually using this theme hook.
- AJAXFrameworkTestCase::testLazyLoad in core/
modules/ simpletest/ tests/ ajax.test - Test that new JavaScript and CSS files added during an AJAX request are returned.
- ajax_render in core/
includes/ ajax.inc - Renders a commands array into JSON.
- authorize_filetransfer_form in core/
includes/ authorize.inc - Form constructor for the file transfer authorization form.
- backdrop_add_js in core/
includes/ common.inc - Adds a JavaScript file, setting, or inline code to the page.
- backdrop_common_theme in core/
includes/ common.inc - Provides theme registration for themes across .inc files.
- backdrop_get_js in core/
includes/ common.inc - Returns a themed presentation of all JavaScript code for the current page.
- backdrop_js_defaults in core/
includes/ common.inc - Constructs an array of the defaults that are used for JavaScript items.
- bartik_preprocess_layout in core/
themes/ bartik/ template.php - Prepares variables for layout template files.
- book_admin_overview in core/
modules/ book/ book.admin.inc - Returns an administrative overview of all books.
- color.inc in core/
themes/ basis/ color/ color.inc - CommonJavaScriptTestCase::testHeaderSetting in core/
modules/ simpletest/ tests/ common.test - Test backdrop_get_js() for JavaScript settings.
- dashboard_preprocess_block in core/
modules/ dashboard/ dashboard.module - Implements hook_preprocess_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.
- date_preprocess_views_view in core/
modules/ date/ date.theme.inc - Implements template_preprocess_views_view().
- dblog_event in core/
modules/ dblog/ dblog.admin.inc - Page callback: Displays details about a specific database log message.
- drupal_get_js in core/
includes/ drupal.inc - Returns a themed presentation of all JavaScript code for the current page.
- field_ui_fields_list in core/
modules/ field_ui/ field_ui.admin.inc - Page callback: Lists all defined fields for quick reference.
- filter_update_1002 in core/
modules/ filter/ filter.install - Import the image_library view.
- filter_xss_admin in core/
includes/ common.inc - Applies a very permissive XSS/HTML filter for admin-only use.
- hook_layout_info in core/
modules/ layout/ layout.api.php - Deprecated. Now replaced by hook_layout_template_info().
- hook_layout_info in core/
modules/ layout/ layout.api.php - Deprecated. Now replaced by hook_layout_template_info().
- hook_layout_template_info in core/
modules/ layout/ layout.api.php - Provides a list of layout templates that can be used within the Layout module.
- hook_layout_template_info in core/
modules/ layout/ layout.api.php - Provides a list of layout templates that can be used within the Layout module.
- installer_manager_update_form in core/
modules/ installer/ installer.manager.inc - Form constructor for the update form of the Installer module.
- layout--boxton--front.tpl.php in core/
themes/ basis/ templates/ layout--boxton--front.tpl.php - Template for the Boxton layout.
- layout--boxton.tpl.php in core/
layouts/ boxton/ layout--boxton.tpl.php - Template for the Boxton layout.
- layout--flexible.tpl.php in core/
modules/ layout/ templates/ layout--flexible.tpl.php - Template for a flexible template.
- layout--geary.tpl.php in core/
layouts/ geary/ layout--geary.tpl.php - Template for the Geary layout.
- layout--harris.tpl.php in core/
layouts/ harris/ layout--harris.tpl.php - Template for the Harris layout.
- layout--layout-test-layout.tpl.php in core/
modules/ layout/ tests/ layout_test/ layout_test_layout/ layout--layout-test-layout.tpl.php - Template for a test layout, very similar to the normal 2 column layout.
- layout--moscone-flipped.tpl.php in core/
layouts/ moscone_flipped/ layout--moscone-flipped.tpl.php - Template for the Moscone Flipped layout.
- layout--moscone.tpl.php in core/
layouts/ moscone/ layout--moscone.tpl.php - Template for the Moscone layout.
- layout--rolph.tpl.php in core/
layouts/ rolph/ layout--rolph.tpl.php - Template for the Rolph layout.
- layout--simmons.tpl.php in core/
layouts/ simmons/ layout--simmons.tpl.php - Template for the Simmons layout.
- layout--simmons.tpl.php in core/
themes/ bartik/ templates/ layout--simmons.tpl.php - Template for the Simmons layout.
- layout--sutro.tpl.php in core/
layouts/ sutro/ layout--sutro.tpl.php - Template for the Sutro layout.
- layout--taylor-flipped.tpl.php in core/
layouts/ taylor_flipped/ layout--taylor-flipped.tpl.php - Template for the Taylor Flipped layout.
- layout--taylor.tpl.php in core/
layouts/ taylor/ layout--taylor.tpl.php - Template for the Taylor layout.
- layout--three-three-four-column.tpl.php in core/
layouts/ legacy/ three_three_four_column/ layout--three-three-four-column.tpl.php - Template for a complex 3-3-4 column layout.
- layout--two-column-flipped.tpl.php in core/
layouts/ legacy/ two_column_flipped/ layout--two-column-flipped.tpl.php - Template for a 2 column flipped layout.
- layout--two-column.tpl.php in core/
layouts/ legacy/ two_column/ layout--two-column.tpl.php - Template for a 2 column layout.
- layout.tpl.php in core/
modules/ layout/ templates/ layout.tpl.php - Template for a single column layout.
- LayoutBlockTest::testPageComponentBlocks in core/
modules/ layout/ tests/ layout.test - Test Page component blocks.
- LayoutBlockUsageTestCase::testBlockUsage in core/
modules/ layout/ tests/ layout.test - Tests layout_get_block_usage().
- LayoutFlexibleTemplate::__construct in core/
modules/ layout/ includes/ layout_flexible.class.inc - Constructor for a LayoutFlexibleTemplate class.
- LayoutFlexibleTemplate::__construct in core/
modules/ layout/ includes/ layout_flexible.class.inc - Constructor for a LayoutFlexibleTemplate class.
- LayoutTestRenderer::renderRegion in core/
modules/ layout/ tests/ layout_test/ layout_test_renderer.inc - Simply changes the page title.
- 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_edit_row_form in core/
modules/ layout/ layout.flexible.inc - Form to add or edit a row on a flexible template.
- layout_test_layout_template_info in core/
modules/ layout/ tests/ layout_test/ layout_test.module - Implements hook_layout_template_info().
- layout_test_layout_template_info in core/
modules/ layout/ tests/ layout_test/ layout_test.module - Implements hook_layout_template_info().
- MenuBreadcrumbTestCase::setUp in core/
modules/ simpletest/ tests/ menu.test - Sets up a Backdrop site for running functional and integration tests.
- MenuBreadcrumbTestCase::testBreadCrumbs in core/
modules/ simpletest/ tests/ menu.test - Tests breadcrumbs on node and administrative paths.
- MenuTestCase::setUp in core/
modules/ menu/ tests/ menu.test - Sets up a Backdrop site for running functional and integration tests.
- MenuTrailTestCase::setUp in core/
modules/ simpletest/ tests/ menu.test - Sets up a Backdrop site for running functional and integration tests.
- 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.
- seven_preprocess_layout in core/
themes/ seven/ template.php - Prepares variables for layout templates.
- SystemBlockTestCase::testSystemBlocks in core/
modules/ system/ tests/ system.test - Test displaying and hiding the powered-by and help blocks.
- system_block_configure in core/
modules/ system/ system.module - Implements hook_block_configure().
- system_block_info in core/
modules/ system/ system.module - Implements hook_block_info().
- system_block_save in core/
modules/ system/ system.module - Implements hook_block_save().
- system_block_view in core/
modules/ system/ system.module - Implements hook_block_view().
- system_header_block in core/
modules/ system/ system.module - Output the content for the header block.
- system_theme in core/
modules/ system/ system.module - Implements hook_theme().
- system_transliteration_retroactive in core/
modules/ system/ system.admin.inc - Form builder function; generates retroactive transliteration confirm form.
- system_update_1025 in core/
modules/ system/ system.install - Convert block positioning and configuration to the default layout.
- taxonomy_overview_vocabularies in core/
modules/ taxonomy/ taxonomy.admin.inc - Page callback at admin/structure/taxonomy to list all available vocabularies.
- template_preprocess_installer_browser_list in core/
modules/ installer/ installer.theme.inc - Add some variables for the projects list theme.
- template_preprocess_views_ui_view_preview_section in core/
modules/ views_ui/ views_ui.theme.inc - Theme preprocess for theme_views_ui_view_preview_section().
- template_preprocess_views_ui_view_preview_section in core/
modules/ views_ui/ views_ui.theme.inc - Theme preprocess for theme_views_ui_view_preview_section().
- template_preprocess_views_view in core/
modules/ views/ templates/ views.theme.inc - Preprocess the primary theme implementation for a view.
- template_preprocess_views_view_table in core/
modules/ views/ templates/ views.theme.inc - Display a view as a table style.
- theme-settings.php in core/
themes/ basis/ theme-settings.php - Theme settings file for Basis.
- 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.
- theme_book_admin_table in core/
modules/ book/ book.admin.inc - Returns HTML for a book administration form.
- theme_contact_category_list_table in core/
modules/ contact/ contact.theme.inc - Returns HTML for the contact form categories administrative table.
- 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_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_formatter_table in core/
modules/ file/ file.theme.inc - Returns HTML for a file attachments table.
- 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_image_anchor in core/
modules/ image/ image.theme.inc - Returns HTML for a 3x3 grid of checkboxes for image anchors.
- 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_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_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_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_search_factors in core/
modules/ node/ node.theme.inc - Returns HTML for the content ranking part of the search settings admin page.
- 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_status_report in core/
modules/ system/ system.theme.inc - Returns HTML for the status report.
- theme_system_modules_fieldset in core/
modules/ system/ system.theme.inc - Returns HTML for the modules form.
- theme_table in core/
includes/ theme.inc - Returns HTML for a table.
- 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_taxonomy_overview_terms in core/
modules/ taxonomy/ taxonomy.theme.inc - Returns HTML for a terms overview form as a sortable list of terms.
- theme_update_report in core/
modules/ update/ update.theme.inc - Returns HTML for the project status report.
- 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_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
- user_update_1009 in core/
modules/ user/ user.install - Create the default view for user administration.
- user_update_1025 in core/
modules/ user/ user.install - Add a "changed" column to the user_admin View.
- view::build in core/
modules/ views/ includes/ view.inc - Build the query for the view.
- view::clone_view in core/
modules/ views/ includes/ view.inc - Safely clone a view.
- view::destroy in core/
modules/ views/ includes/ view.inc - Unset references so that a $view object may be properly garbage collected.
- view::display_objects in core/
modules/ views/ includes/ view.inc - Returns a list of the sub-object types used by this view. These types are stored on the display, and are used in the build process.
- ViewsHandlerAreaTextTest::testAreaText in core/
modules/ views/ tests/ handlers/ views_handler_area_text.test - ViewsTranslatableTest::testTranslationKey in core/
modules/ views/ tests/ views_translatable.test - Make sure that the different things have the right translation keys.
- ViewsTranslatableTest::viewUnpackTranslatable in core/
modules/ views/ tests/ views_translatable.test - Custom helper view for testing.
- ViewsViewTest::assertViewDestroy in core/
modules/ views/ tests/ views_view.test - ViewsViewTest::view_test_destroy in core/
modules/ views/ tests/ views_view.test - This view provides some filters, fields, arguments, relationships, sorts, areas and attachments.
- views_form_views_form_submit in core/
modules/ views/ views.module - Submit handler for the first step of the views form. Calls any existing views_form_submit functions located on the views fields.
- views_form_views_form_validate in core/
modules/ views/ views.module - Validate handler for the first step of the views form. Calls any existing views_form_validate functions located on the views fields.
- views_handler_field_bulk_form::views_form in core/
modules/ views/ handlers/ views_handler_field_bulk_form.inc - Form constructor for the bulk form.
- views_object_types in core/
modules/ views/ views.module - Provide a list of views object types used in a view.
- views_object_types in core/
modules/ views/ views.module - Provide a list of views object types used in a view.
- views_plugin_display::defaultable_sections in core/
modules/ views/ plugins/ views_plugin_display.inc - Static member function to list which sections are defaultable and what items each section contains.
- views_plugin_display::init in core/
modules/ views/ plugins/ views_plugin_display.inc - views_plugin_display::option_definition in core/
modules/ views/ plugins/ views_plugin_display.inc - Information about options for all kinds of purposes will be held here. @code 'option_name' => array(
- views_plugin_display::render_header in core/
modules/ views/ plugins/ views_plugin_display.inc - Render the header of the view.
- views_plugin_display::unpack_handler in core/
modules/ views/ plugins/ views_plugin_display.inc - Special method to unpack items that have handlers.
- views_ui_get_display_tab_details in core/
modules/ views_ui/ views_ui.admin.inc - Helper function to get the display details section of the configure UI.
- 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_preprocess_views_view in core/
modules/ views_ui/ views_ui.module - Theme preprocess for views-view.tpl.php.
- _backdrop_theme_initialize in core/
includes/ theme.inc - Initializes the theme system given already loaded information.
- _filter_html_tips in core/
modules/ filter/ filter.module - Implements callback_filter_tips().
- _locale_translate_seek in core/
modules/ locale/ locale.pages.inc - Perform a string search and display results in a table
- _theme_table_cell in core/
includes/ theme.inc - Returns HTML output for a single table cell for theme_table().