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.

ajax_example_schema in modules/examples/ajax_example/ajax_example.install
Implements hook_schema().
backdrop_common_theme in core/includes/common.inc
Provides theme registration for themes across .inc files.
block_admin_list in core/modules/block/block.admin.inc
Page callback; Display a list of all custom blocks.
block_custom_block_translate_list in core/modules/block/block.admin.inc
Form constructor for the block translation list form.
book_admin_edit_submit in core/modules/book/book.admin.inc
Form submission handler for book_admin_edit().
book_admin_overview in core/modules/book/book.admin.inc
Returns an administrative overview of all books.
book_views_data in core/modules/book/views/book.views.inc
Implements hook_views_data().
ckeditor5_ckeditor5_plugins in core/modules/ckeditor5/ckeditor5.module
Implements hook_ckeditor5_plugins().
ckeditor5_ckeditor5_plugins in core/modules/ckeditor5/ckeditor5.module
Implements hook_ckeditor5_plugins().
ckeditor5_ckeditor5_upgrade_button_mapping in core/modules/ckeditor5/ckeditor5.upgrade.inc
Implements hook_ckeditor5_upgrade_button_mapping().
CKEditorTestCase::testLibrary in core/modules/ckeditor/tests/ckeditor.test
Test the addition of the library to the page when configured.
ckeditor_ckeditor_plugins in core/modules/ckeditor/ckeditor.module
Implements hook_ckeditor_plugins().
ckeditor_ckeditor_plugins in core/modules/ckeditor/ckeditor.module
Implements hook_ckeditor_plugins().
CommentViewsHandlerArgumentUserUidTest::view_comment_user_uid in core/modules/comment/tests/comment_views_handler_argument_user_uid.test
CommentViewsHandlerFilterUserUidTest::view_comment_user_uid in core/modules/comment/tests/comment_views_handler_filter_user_uid.test
Override the view from the argument test case to remove the argument and add filter with the uid as the value.
comment_ranking in core/modules/comment/comment.module
Implements hook_ranking().
comment_schema in core/modules/comment/comment.install
Implements hook_schema().
comment_views_data in core/modules/comment/views/comment.views.inc
config_diff_page in core/modules/config/config.admin.inc
Shows diff of specified configuration file.
config_sync_form in core/modules/config/config.admin.inc
Form callback; Build the form for syncing all staged configuration.
DashboardContentTypesBlock::getContent in core/modules/dashboard/includes/block.node_types.inc
Return the content of a block.
DashboardMenuBlock::getContent in core/modules/dashboard/includes/block.menus.inc
Return the content of a block.
DashboardTaxonomyBlock::getContent in core/modules/dashboard/includes/block.taxonomy.inc
Return the content of a block.
DashboardUpdateBlock::getContent in core/modules/dashboard/includes/block.update.inc
Return the content of a block.
DatabaseSchema::buildTableNameCondition in core/includes/database/schema.inc
Build a condition to match a table name against a standard information_schema.
DatabaseSchema::getPrefixInfo in core/includes/database/schema.inc
Get information about the table name and schema from the prefix.
DatabaseSchema::prefixNonTable in core/includes/database/schema.inc
Create names for indexes, primary keys and constraints.
DatabaseSchema_mysql::buildTableNameCondition in core/includes/database/mysql/schema.inc
Build a condition to match a table name against a standard information_schema.
DatabaseSchema_mysql::getPrefixInfo in core/includes/database/mysql/schema.inc
Get information about the table and database name from the prefix.
DatabaseSchema_mysql::renameTable in core/includes/database/mysql/schema.inc
Rename a table.
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.
DateViewsTestCase::setUp in core/modules/date/tests/date_views.test
Test setup actions.
date_database_info in core/modules/date/date.module
Temporary helper to re-create equivalent of content_database_info().
date_views_argument_handler_simple::init in core/modules/date/views/date_views_argument_handler_simple.inc
Get granularity.
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.
dblog_top in core/modules/dblog/dblog.admin.inc
Page callback: Shows the most frequent log messages of a given event type.
drupal-7.language.database.php in core/modules/simpletest/tests/upgrade/drupal-7.language.database.php
Database additions for language tests. Used in upgrade.language.test.
entityreference_field_schema in core/modules/entityreference/entityreference.install
Implements hook_field_schema().
entityreference_plugin_display::query in core/modules/entityreference/views/entityreference_plugin_display.inc
Inject anything into the query that the display handler needs.
entity_example_basic_list_entities in modules/examples/entity_example/entity_example.module
Returns a render array with all entity_example_basic entities.
entity_example_info_page in modules/examples/entity_example/entity_example.module
Basic information for the page.
FieldSqlStorageTestCase::testFieldSqlStorageForeignKeys in core/modules/field/modules/field_sql_storage/tests/field_sql_storage.test
Test foreign key support.
FieldViewsDataTest::testViewsData in core/modules/field/tests/field_views.test
Unit testing the views data structure.
FieldViewsFieldTest::getFieldView in core/modules/field/tests/field_views.test
field_test_field_schema in core/modules/field/tests/field_test/field_test.install
Implements hook_field_schema().
field_ui_fields_list in core/modules/field_ui/field_ui.admin.inc
Page callback: Lists all defined fields for quick reference.
field_views_field_default_views_data in core/modules/field/views/field.views.inc
Default views data implementation for a field.
file_field_schema in core/modules/file/file.install
Implements hook_field_schema().
file_list_types_page in core/modules/file/file.admin.inc
Displays the file type admin overview page.
file_schema in core/modules/file/file.install
Implements hook_schema().
file_update_1000 in core/modules/file/file.install
Add a view for managing files.
file_update_1001 in core/modules/file/file.install
Add a Manage file link to the admin files view.
file_update_1003 in core/modules/file/file.install
Add a type column to the file_managed table, and add a file_metadata table.
file_usage_page in core/modules/file/file.pages.inc
Page callback to show file usage information.
file_views_data in core/modules/file/views/file.views.inc
Implements hook_field_views_data().
FilterUnitTestCase::testFilterXSS in core/modules/filter/tests/filter.test
Tests limiting allowed tags and XSS prevention.
filter_update_1002 in core/modules/filter/filter.install
Import the image_library view.
filter_update_1004 in core/modules/filter/filter.install
Add an exposed filename filter to the image_library view.
filter_xss_admin in core/includes/common.inc
Applies a very permissive XSS/HTML filter for admin-only use.
hook_field_formatter_view in core/modules/field/field.api.php
Build a renderable array for a field value.
hook_ranking in core/modules/node/node.api.php
Provide additional methods of scoring for core search results for nodes.
hook_schema in core/modules/system/system.api.php
Define the current version of the database schema.
hook_views_data in core/modules/views/views.api.php
Describes data tables (or the equivalent) to Views.
image_field_schema in core/modules/image/image.install
Implements hook_field_schema().
installer_manager_update_form in core/modules/installer/installer.manager.inc
Form constructor for the update form of the Installer module.
layout_block_list in core/modules/layout/layout.admin.inc
Menu callback; Lists all blocks and their modules.
layout_list_page in core/modules/layout/layout.admin.inc
Output a list of layouts that are managed.
locale_schema in core/modules/locale/locale.install
Implements hook_schema().
locale_string_is_safe in core/includes/locale.inc
Check that a string is safe to be added or imported as a translation.
locale_views_data in core/modules/locale/views/locale.views.inc
Implements hook_views_data().
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.
NodeStorageController::buildQuery in core/modules/node/node.entity.inc
Overrides DefaultEntityController::buildQuery().
NodeViewsRevisionRelationsTestCase::test_view_node_revision_nid in core/modules/node/tests/node_views_revision_relations.test
Test view with default join on node.nid.
NodeViewsRevisionRelationsTestCase::test_view_node_revision_vid in core/modules/node/tests/node_views_revision_relations.test
Test view with default join on node.vid.
node_access_example_private_node_listing in modules/examples/node_access_example/node_access_example.module
Our hook_menu() page callback function.
node_access_test_schema in core/modules/node/tests/node_access_test/node_access_test.install
Implements hook_schema().
node_overview_types in core/modules/node/node.types.inc
Page callback: Displays the content type admin overview page.
node_revision_overview in core/modules/node/node.pages.inc
Page callback: Generates an overview table of older revisions of a node.
node_schema in core/modules/node/node.install
Implements hook_schema().
node_update_1008 in core/modules/node/node.install
Create the view replacement for admin/content/node.
node_update_1018 in core/modules/node/node.install
Update content admin view to show scheduled publication info.
node_update_1022 in core/modules/node/node.install
Update the admin content view with new/updated indicators and filter.
node_views_analyze in core/modules/node/views/node.views.inc
Implements hook_views_analyze().
node_views_data in core/modules/node/views/node.views.inc
Implements hook_views_data().
pager_example_page in modules/examples/pager_example/pager_example.module
Build the pager query.
path_admin_overview in core/modules/path/path.admin.inc
Returns a listing of all defined URL aliases.
redirect_404_list in core/modules/redirect/redirect.admin.inc
Form callback; Display a list of all recent 404 pages.
redirect_list_table in core/modules/redirect/redirect.admin.inc
Display a list of redirects. Used on forms when editing an entity.
redirect_views_data in core/modules/redirect/views/redirect.views.inc
Implements hook_views_data().
search_schema in core/modules/search/search.install
Implements hook_schema().
search_views_data in core/modules/search/views/search.views.inc
Implements hook_views_data().
SelectQuery::addField in core/includes/database/select.inc
Implements SelectQueryInterface::addField().
SelectQuery::addJoin in core/includes/database/select.inc
Implements SelectQueryInterface::addJoin().
SelectQuery::arguments in core/includes/database/select.inc
Implements QueryConditionInterface::arguments().
SelectQuery::compile in core/includes/database/select.inc
Implements QueryConditionInterface::compile().
SelectQuery::compiled in core/includes/database/select.inc
Implements QueryConditionInterface::compiled().
SelectQuery::preExecute in core/includes/database/select.inc
Implements SelectQueryInterface::preExecute().
SelectQuery::__clone in core/includes/database/select.inc
Implements the magic __clone function.
SelectQuery::__toString in core/includes/database/select.inc
Implements PHP magic __toString method to convert the query to a string.
simpletest_result_form in core/modules/simpletest/simpletest.pages.inc
Test results form for $test_id.
simpletest_test_form in core/modules/simpletest/simpletest.pages.inc
List tests arranged in groups that can be selected and run.
simpletest_theme in core/modules/simpletest/simpletest.module
Implements hook_theme().
standard_install in core/profiles/standard/standard.install
Implements hook_install().
system_date_time_formats in core/modules/system/system.admin.inc
Displays the date format strings overview page.
system_schema in core/modules/system/system.install
Implements hook_schema().
system_transliteration_retroactive in core/modules/system/system.admin.inc
Form builder function; generates retroactive transliteration confirm form.
system_views_data in core/modules/system/views/system.views.inc
Implements hook_views_data().
tablesort_example_page in modules/examples/tablesort_example/tablesort_example.module
Build the table render array.
TaxonomyViewsHandlerRelationshipNodeTermDataTest::view_taxonomy_node_term_data in core/modules/taxonomy/tests/taxonomy_views_handler_relationship_node_term_data.test
taxonomy_field_schema in core/modules/taxonomy/taxonomy.install
Implements hook_field_schema().
taxonomy_nodes_test_query_node_access_alter in core/modules/taxonomy/tests/taxonomy_nodes_test/taxonomy_nodes_test.module
Implements hook_query_TAG_alter().
taxonomy_overview_vocabularies in core/modules/taxonomy/taxonomy.admin.inc
Page callback at admin/structure/taxonomy to list all available vocabularies.
taxonomy_schema in core/modules/taxonomy/taxonomy.install
Implements hook_schema().
taxonomy_views_data in core/modules/taxonomy/views/taxonomy.views.inc
Implements hook_views_data().
telemetry_report in core/modules/telemetry/telemetry.admin.inc
template_preprocess_installer_browser_list in core/modules/installer/installer.theme.inc
Add some variables for the projects list theme.
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.
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_display_order in core/modules/file/file.theme.inc
Returns HTML for a file display's display order 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_recent_block in core/modules/node/node.theme.inc
Returns HTML for a list of recent content.
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_system_modules_fieldset in core/modules/system/system.theme.inc
Returns HTML for the modules form.
theme_system_modules_uninstall in core/modules/system/system.theme.inc
Returns HTML for a table of currently disabled modules.
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_tree_table in core/modules/system/system.theme.inc
Theme a tree table.
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
translation_node_overview in core/modules/translation/translation.pages.inc
Page callback: Displays a list of a node's translations.
translation_views_data_alter in core/modules/translation/views/translation.views.inc
Implements hook_views_data_alter().
UserViewsArgumentDefault::view_plugin_argument_default_current_user in core/modules/user/tests/user_views_argument_default.test
UserViewsArgumentValidate::view_argument_validate_user in core/modules/user/tests/user_views_argument_validate.test
UserViewsHandlerFieldNameTest::view_user_name in core/modules/user/tests/user_views_handler_field_name.test
UserViewsTestCase::test_view_user_relationship in core/modules/user/tests/user_views.test
user_schema in core/modules/user/user.install
Implements hook_schema().
user_update_1008 in core/modules/user/user.install
Update views that used the old role ID handlers to use role name instead.
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.
user_views_data in core/modules/user/views/user.views.inc
Implements hook_views_data().
view::add_item in core/modules/views/includes/view.inc
Add an item with a handler to the view.
view::fix_missing_relationships in core/modules/views/includes/view.inc
Attempt to discover if the view has handlers missing relationships.
view::init_query in core/modules/views/includes/view.inc
Do some common building initialization.
ViewsArgumentDefaultTest::view_argument_default_fixed in core/modules/views/tests/views_argument_default.test
ViewsArgumentValidatorTest::view_argument_validate_numeric in core/modules/views/tests/views_argument_validator.test
ViewsArgumentValidatorTest::view_test_argument_validate_php in core/modules/views/tests/views_argument_validator.test
ViewsArgumentValidatorTest::view_test_argument_validate_php_failure in core/modules/views/tests/views_argument_validator.test
ViewsBasicTest::testSimpleArgument in core/modules/views/tests/views_basic.test
Tests simple argument.
ViewsBasicTest::testSimpleFiltering in core/modules/views/tests/views_basic.test
Tests filtering of the result set.
ViewsCacheTest::getBasicView in core/modules/views/tests/views_cache.test
Build and return a basic view of the views_test table.
ViewsCacheTest::testExposedFilterSameResultsCaching in core/modules/views/tests/views_cache.test
Test caching of different exposed filter values with the same view result.
ViewsHandlerAreaTextTest::testAreaText in core/modules/views/tests/handlers/views_handler_area_text.test
ViewsHandlerArgumentNullTest::testAreaText in core/modules/views/tests/handlers/views_handler_argument_null.test
ViewsHandlerArgumentStringTest::viewGlossary in core/modules/views/tests/handlers/views_handler_argument_string.test
Provide a test view for testGlossary.
ViewsHandlerFieldBooleanTest::testFieldBoolean in core/modules/views/tests/handlers/views_handler_field_boolean.test
ViewsHandlerFieldBulkFormTest::setUp in core/modules/views/tests/handlers/views_handler_field_bulk_form.test
Sets up a Backdrop site for running functional and integration tests.
ViewsHandlerFieldBulkFormTest::testNodeAndCustomEntityBulkForm in core/modules/views/tests/handlers/views_handler_field_bulk_form.test
Test Bulk Forms for a custom entity joined to nodes by nid.
ViewsHandlerFieldBulkFormTest::testNodeAndUserBulkForm in core/modules/views/tests/handlers/views_handler_field_bulk_form.test
Test Bulk Forms for user entities joined to nodes by uid.
ViewsHandlerFieldBulkFormTest::testNodeFieldBulkForm in core/modules/views/tests/handlers/views_handler_field_bulk_form.test
Test Bulk Forms for nodes.
ViewsHandlerFieldBulkFormTest::viewsData in core/modules/views/tests/handlers/views_handler_field_bulk_form.test
Defines bulk form handler for custom entity views_test.
ViewsHandlerFieldCustomTest::testFieldCustom in core/modules/views/tests/handlers/views_handler_field_custom.test
ViewsHandlerFieldDateTest::testFieldDate in core/modules/views/tests/handlers/views_handler_field_date.test
ViewsHandlerFieldMath::testFieldCustom in core/modules/views/tests/handlers/views_handler_field_math.test
Test basic field functionality.
ViewsHandlerFieldUrlTest::testFieldUrl in core/modules/views/tests/handlers/views_handler_field_url.test
ViewsHandlerFileExtensionTest::testFileExtensionTarOption in core/modules/views/tests/handlers/views_handler_field_file_extension.test
Tests the 'extension_detect_tar' handler option.
ViewsHandlerFilterCombineTest::getBasicView in core/modules/views/tests/handlers/views_handler_filter_combine.test
Build and return a basic view of the views_test table.
ViewsHandlerFilterCombineTest::testFilterCombineContains in core/modules/views/tests/handlers/views_handler_filter_combine.test
ViewsHandlerFilterCounterTest::testSimple in core/modules/views/tests/handlers/views_handler_field_counter.test
ViewsHandlerFilterDateTest::views_test_between in core/modules/views/tests/handlers/views_handler_filter_date.test
ViewsHandlerFilterEqualityTest::getGroupedExposedFilters in core/modules/views/tests/handlers/views_handler_filter_equality.test
ViewsHandlerFilterEqualityTest::testEqual in core/modules/views/tests/handlers/views_handler_filter_equality.test
ViewsHandlerFilterEqualityTest::testNotEqual in core/modules/views/tests/handlers/views_handler_filter_equality.test
ViewsHandlerFilterInOperator::getGroupedExposedFilters in core/modules/views/tests/handlers/views_handler_filter_in_operator.test
ViewsHandlerFilterInOperator::testFilterInOperatorSimple in core/modules/views/tests/handlers/views_handler_filter_in_operator.test
ViewsHandlerFilterNumericTest::getGroupedExposedFilters in core/modules/views/tests/handlers/views_handler_filter_numeric.test
ViewsHandlerFilterNumericTest::testAllowEmpty in core/modules/views/tests/handlers/views_handler_filter_numeric.test
ViewsHandlerFilterNumericTest::testFilterNumericBetween in core/modules/views/tests/handlers/views_handler_filter_numeric.test
ViewsHandlerFilterNumericTest::testFilterNumericEmpty in core/modules/views/tests/handlers/views_handler_filter_numeric.test
ViewsHandlerFilterNumericTest::testFilterNumericSimple in core/modules/views/tests/handlers/views_handler_filter_numeric.test
ViewsHandlerFilterStringTest::getBasicView in core/modules/views/tests/handlers/views_handler_filter_string.test
Build and return a basic view of the views_test table.
ViewsHandlerFilterStringTest::getGroupedExposedFilters in core/modules/views/tests/handlers/views_handler_filter_string.test
ViewsHandlerFilterStringTest::testFilterStringContains in core/modules/views/tests/handlers/views_handler_filter_string.test
ViewsHandlerFilterStringTest::testFilterStringEmpty in core/modules/views/tests/handlers/views_handler_filter_string.test
ViewsHandlerFilterStringTest::testFilterStringEnds in core/modules/views/tests/handlers/views_handler_filter_string.test
ViewsHandlerFilterStringTest::testFilterStringEqual in core/modules/views/tests/handlers/views_handler_filter_string.test
ViewsHandlerFilterStringTest::testFilterStringLonger in core/modules/views/tests/handlers/views_handler_filter_string.test
ViewsHandlerFilterStringTest::testFilterStringNot in core/modules/views/tests/handlers/views_handler_filter_string.test
ViewsHandlerFilterStringTest::testFilterStringNotEnds in core/modules/views/tests/handlers/views_handler_filter_string.test
ViewsHandlerFilterStringTest::testFilterStringNotEqual in core/modules/views/tests/handlers/views_handler_filter_string.test
ViewsHandlerFilterStringTest::testFilterStringNotStarts in core/modules/views/tests/handlers/views_handler_filter_string.test
ViewsHandlerFilterStringTest::testFilterStringShorter in core/modules/views/tests/handlers/views_handler_filter_string.test
ViewsHandlerFilterStringTest::testFilterStringStarts in core/modules/views/tests/handlers/views_handler_filter_string.test
ViewsHandlerFilterStringTest::testFilterStringWord in core/modules/views/tests/handlers/views_handler_filter_string.test
ViewsHandlerManyToOneTest::getGroupedOneOfTestView in core/modules/views/tests/handlers/views_handler_manytoone.test
Generates test_not view.
ViewsHandlerManyToOneTest::getReducedExposedGroupedOptionsTestView in core/modules/views/tests/handlers/views_handler_manytoone.test
Generates test_not view.
ViewsHandlerSortDateTest::testDateOrdering in core/modules/views/tests/handlers/views_handler_sort_date.test
Tests numeric ordering of the result set.
ViewsHandlerSortRandomTest::getBasicRandomView in core/modules/views/tests/handlers/views_handler_sort_random.test
Return a basic view with random ordering.
ViewsHandlerSortTest::testNumericOrdering in core/modules/views/tests/handlers/views_handler_sort.test
Tests numeric ordering of the result set.
ViewsHandlerSortTest::testStringOrdering in core/modules/views/tests/handlers/views_handler_sort.test
Tests string ordering of the result set.
ViewsHandlerTestFileSize::testFieldFileSize in core/modules/views/tests/handlers/views_handler_field_file_size.test
ViewsHandlerTestXss::testFieldXss in core/modules/views/tests/handlers/views_handler_field_xss.test
ViewsPagerTest::viewPagerFullZeroItemsPerPage in core/modules/views/tests/views_pager.test
ViewsPagerTest::viewsPagerFullFields in core/modules/views/tests/views_pager.test
ViewsPluginDisplayTestCase::viewFilterGroupsOverriding in core/modules/views/tests/plugins/views_plugin_display.test
Returns a test view for testFilterGroupsOverriding.
ViewsPluginDisplayTestCase::viewFilterGroupsUpdating in core/modules/views/tests/plugins/views_plugin_display.test
Returns a test view for testFilterGroupUpdating.
ViewsPluginStyleJumpMenuTest::getJumpMenuView in core/modules/views/tests/styles/views_plugin_style_jump_menu.test
ViewsPluginStyleMappingTest::getBasicView in core/modules/views/tests/styles/views_plugin_style_mapping.test
Overrides ViewsTestCase::getBasicView().
ViewsPluginStyleTestCase::testGroupingLegacy in core/modules/views/tests/styles/views_plugin_style.test
Tests the grouping legacy features of styles.
ViewsPluginStyleTestCase::_testGrouping in core/modules/views/tests/styles/views_plugin_style.test
Tests the grouping features of styles.
ViewsQueryGroupByTest::viewsAggregateCountView in core/modules/views/tests/views_groupby.test
ViewsQueryGroupByTest::viewsGroupByCountViewOnlyFilters in core/modules/views/tests/views_groupby.test
ViewsQueryGroupByTest::viewsGroupByViewHelper in core/modules/views/tests/views_groupby.test
ViewsSqlTest::getBasicView in core/modules/views/tests/views_query.test
Build and return a basic view of the views_test table.
ViewsSqlTest::viewsData in core/modules/views/tests/views_query.test
The views data definition.
ViewsTranslatableTest::viewUnpackTranslatable in core/modules/views/tests/views_translatable.test
Custom helper view for testing.
ViewsUiBaseViewsWizard::alter_display_options in core/modules/views_ui/wizards/views_ui_base_views_wizard.php
Alter the full array of display options before they are added to the view.
ViewsUiBaseViewsWizard::default_display_filters_user in core/modules/views_ui/wizards/views_ui_base_views_wizard.php
ViewsUiBaseViewsWizard::default_display_options in core/modules/views_ui/wizards/views_ui_base_views_wizard.php
Most subclasses will need to override this method to provide some fields or a different row plugin.
ViewsUiBaseViewsWizard::default_display_sorts_user in core/modules/views_ui/wizards/views_ui_base_views_wizard.php
ViewsUiCommentViewsWizard::default_display_options in core/modules/views_ui/wizards/views_ui_comment_views_wizard.php
Most subclasses will need to override this method to provide some fields or a different row plugin.
ViewsUiFileManagedViewsWizard::default_display_options in core/modules/views_ui/wizards/views_ui_file_managed_views_wizard.php
Most subclasses will need to override this method to provide some fields or a different row plugin.
ViewsUiNodeRevisionViewsWizard::default_display_options in core/modules/views_ui/wizards/views_ui_node_revision_views_wizard.php
@override
ViewsUiNodeViewsWizard::default_display_options in core/modules/views_ui/wizards/views_ui_node_views_wizard.php
@override
ViewsUiTaxonomyTermViewsWizard::default_display_options in core/modules/views_ui/wizards/views_ui_taxonomy_term_views_wizard.php
Most subclasses will need to override this method to provide some fields or a different row plugin.
ViewsUiUsersViewsWizard::default_display_options in core/modules/views_ui/wizards/views_ui_users_views_wizard.php
Most subclasses will need to override this method to provide some fields or a different row plugin.
ViewsUpgradeTestCase::debugField in core/modules/views/tests/views_upgrade.test
ViewsUpgradeTestCase::viewsMovedToField in core/modules/views/tests/views_upgrade.test
ViewsUpgradeTestCase::viewsMovedToHandler in core/modules/views/tests/views_upgrade.test
ViewsUpgradeTestCase::viewsMovedToTable in core/modules/views/tests/views_upgrade.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_fetch_base_tables in core/modules/views_ui/views_ui.admin.inc
Fetch a list of all base tables available
views_fetch_fields in core/modules/views/includes/utility.inc
Fetch a list of all fields available for a given base type.
views_get_handler in core/modules/views/views.module
Fetch a handler from the data cache.
views_get_table_join in core/modules/views/includes/utility.inc
Fetch a handler to join one table to a primary table from the data cache
views_handler::init in core/modules/views/includes/handlers.inc
init the handler with necessary data.
views_handler::option_definition in core/modules/views/includes/handlers.inc
Information about options for all kinds of purposes will be held here. @code 'option_name' => array(
views_handler::placeholder in core/modules/views/includes/handlers.inc
Provides a unique placeholders for handlers.
views_handler_field::add_additional_fields in core/modules/views/handlers/views_handler_field.inc
Add 'additional' fields to the query.
views_handler_field_entity::init in core/modules/views/handlers/views_handler_field_entity.inc
Initialize the entity type.
views_handler_field_entity::query in core/modules/views/handlers/views_handler_field_entity.inc
Overridden to add the field for the entity ID.
views_handler_field_field::get_base_table in core/modules/field/views/views_handler_field_field.inc
Set the base_table and base_table_alias.
views_handler_field_field::query in core/modules/field/views/views_handler_field_field.inc
Called to add the field to a query.
views_handler_field_history_user_timestamp::init in core/modules/node/views/views_handler_field_history_user_timestamp.inc
init the handler with necessary data.
views_handler_field_node::init in core/modules/node/views/views_handler_field_node.inc
init the handler with necessary data.
views_handler_field_node_new_comments::construct in core/modules/comment/views/views_handler_field_node_new_comments.inc
Construct a new field handler.
views_handler_field_node_revision::init in core/modules/node/views/views_handler_field_node_revision.inc
init the handler with necessary data.
views_handler_field_node_revision_link::construct in core/modules/node/views/views_handler_field_node_revision_link.inc
Construct a new field handler.
views_handler_field_term_node_tid::init in core/modules/taxonomy/views/views_handler_field_term_node_tid.inc
init the handler with necessary data.
views_handler_field_user_permissions::construct in core/modules/user/views/views_handler_field_user_permissions.inc
Construct a new field handler.
views_handler_field_user_roles::construct in core/modules/user/views/views_handler_field_user_roles.inc
Construct a new field handler.
views_handler_filter_entity_bundle::get_entity_type in core/modules/views/handlers/views_handler_filter_entity_bundle.inc
Set and returns the entity_type.
views_handler_filter_entity_bundle::query in core/modules/views/handlers/views_handler_filter_entity_bundle.inc
All entity types beside comment and taxonomy terms have a proper implement bundle, though these two need an additional join to node/vocab table to work as required.
views_handler_relationship::query in core/modules/views/handlers/views_handler_relationship.inc
Called to implement a relationship in a query.
views_handler_relationship_entity_reverse::query in core/modules/field/views/views_handler_relationship_entity_reverse.inc
Called to implement a relationship in a query.
views_handler_relationship_groupwise_max::left_query in core/modules/views/handlers/views_handler_relationship_groupwise_max.inc
Generate a subquery given the user options, as set in the options. These are passed in rather than picked up from the object because we generate the subquery when the options are saved, rather than when the view is run. This saves considerable time.
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_handler_relationship_groupwise_max::query in core/modules/views/handlers/views_handler_relationship_groupwise_max.inc
Called to implement a relationship in a query. This is mostly a copy of our parent's query() except for this bit with the join class.
views_handler_relationship_node_term_data::query in core/modules/taxonomy/views/views_handler_relationship_node_term_data.inc
Called to implement a relationship in a query.
views_handler_relationship_translation::query in core/modules/translation/views/views_handler_relationship_translation.inc
Called to implement a relationship in a query.
views_handler_sort_group_by_numeric::init in core/modules/views/handlers/views_handler_sort_group_by_numeric.inc
init the handler with necessary data.
views_join::build_join in core/modules/views/includes/handlers.inc
Build the SQL for the join this object represents.
views_join::construct in core/modules/views/includes/handlers.inc
Construct the views_join object.
views_join_subquery::build_join in core/modules/views/includes/handlers.inc
Build the SQL for the join this object represents.
views_many_to_one_helper::placeholder in core/modules/views/includes/handlers.inc
Provides a unique placeholders for handlers.
views_plugin_display::get_handlers in core/modules/views/plugins/views_plugin_display.inc
Get a full array of handlers for $type. This caches them.
views_plugin_display::get_plugin in core/modules/views/plugins/views_plugin_display.inc
Get the instance of a plugin, for example style or row.
views_plugin_display::init in core/modules/views/plugins/views_plugin_display.inc
views_plugin_display::unpack_handler in core/modules/views/plugins/views_plugin_display.inc
Special method to unpack items that have handlers.
views_plugin_exposed_form_input_required::pre_render in core/modules/views/plugins/views_plugin_exposed_form_input_required.inc
views_plugin_query_default::add_field in core/modules/views/plugins/views_plugin_query_default.inc
Add a field to the query table, possibly with an alias. This will automatically call ensure_table to make sure the required table exists, *unless* $table is unset.
views_plugin_query_default::add_relationship in core/modules/views/plugins/views_plugin_query_default.inc
A relationship is an alternative endpoint to a series of table joins. Relationships must be aliases of the primary table and they must join either to the primary table or to a pre-existing relationship.
views_plugin_query_default::adjust_join in core/modules/views/plugins/views_plugin_query_default.inc
Fix a join to adhere to the proper relationship; the left table can vary based upon what relationship items are joined in on.
views_plugin_query_default::compile_fields in core/modules/views/plugins/views_plugin_query_default.inc
Build fields array.
views_plugin_query_default::ensure_path in core/modules/views/plugins/views_plugin_query_default.inc
Make sure that the specified table can be properly linked to the primary table in the JOINs. This function uses recursion. If the tables needed to complete the path back to the primary table are not in the query they will be added, but additional…
views_plugin_query_default::execute in core/modules/views/plugins/views_plugin_query_default.inc
Executes the query and fills the associated view object with according values.
views_plugin_query_default::get_join_data in core/modules/views/plugins/views_plugin_query_default.inc
Retrieve join data from the larger join data cache.
views_plugin_query_default::get_result_entities in core/modules/views/plugins/views_plugin_query_default.inc
Returns the according entity objects for the given query results.
views_plugin_query_default::init in core/modules/views/plugins/views_plugin_query_default.inc
Constructor; Create the basic query object and fill with default values.
views_plugin_query_default::queue_table in core/modules/views/plugins/views_plugin_query_default.inc
Add a table to the query without ensuring the path.
views_plugin_query_default::set_count_field in core/modules/views/plugins/views_plugin_query_default.inc
Set what field the query will count() on for paging.
views_plugin_row::options_form in core/modules/views/plugins/views_plugin_row.inc
Provide a form for setting options.
views_ui_config_item_extra_form in core/modules/views_ui/views_ui.admin.inc
Form to config_item items in the views UI.
views_ui_config_item_form in core/modules/views_ui/views_ui.admin.inc
Form to config_item items in the views UI.
views_ui_config_item_form_submit in core/modules/views_ui/views_ui.admin.inc
Submit handler for configing new item(s) to a view.
views_ui_config_item_form_submit_temporary in core/modules/views_ui/views_ui.admin.inc
A submit handler that is used for storing temporary items when using multi-step changes, such as ajax requests.
views_ui_config_item_group_form in core/modules/views_ui/views_ui.admin.inc
Form to config_item items in the views UI.
views_ui_config_item_group_form_submit in core/modules/views_ui/views_ui.admin.inc
Submit handler for configing group settings on a view.
views_ui_config_style_form in core/modules/views_ui/views_ui.admin.inc
Form to config_style items in the views UI.
views_ui_edit_form_get_bucket in core/modules/views_ui/views_ui.admin.inc
Add information about a section to a display.
views_ui_field_list in core/modules/views_ui/views_ui.admin.inc
List all instances of fields on any views.
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_plugin_list in core/modules/views_ui/views_ui.admin.inc
Lists all plugins and what enabled Views use them.
views_ui_preview in core/modules/views_ui/views_ui.admin.inc
Returns the results of the live preview.
views_ui_views_ui_wizards in core/modules/views_ui/views_ui.module
Implements hook_views_ui_wizards().
views_views_data in core/modules/views/includes/views.views.inc
Implements hook_views_data().
views_views_plugins in core/modules/views/includes/views.views.inc
Implements hook_views_plugins().
views_views_plugins in core/modules/views/includes/views.views.inc
Implements hook_views_plugins().
_book_admin_table in core/modules/book/book.admin.inc
Builds the table portion of the form for the book administration page.
_field_sql_storage_schema in core/modules/field/modules/field_sql_storage/field_sql_storage.module
Return the database schema for a field. This may contain one or more tables. Each table will contain the columns relevant for the specified field. Leave the $field's 'columns' and 'indexes' keys empty to get only the base schema.
_file_query_file_access_alter in core/modules/file/file.module
Helper for file entity access functions.
_filter_html_tips in core/modules/filter/filter.module
Implements callback_filter_tips().
_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
_node_query_node_access_alter in core/modules/node/node.module
Helper for node access functions.
_node_rankings in core/modules/node/node.module
Gathers the rankings from the the hook_ranking implementations.
_node_search_query_alter in core/modules/node/node.module
Exclude nodes from the search query in the special situations.
_views_data_process_entity_types in core/modules/views/includes/cache.inc
Links tables having an 'entity type' specified to the respective, generic entity-type tables.
_views_prepare_handler in core/modules/views/includes/utility.inc
Prepare a handler's data by checking defaults and such.