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.

backdrop_common_theme in includes/common.inc
Provides theme registration for themes across .inc files.
block_admin_list in modules/block/block.admin.inc
Page callback; Display a list of all custom blocks.
block_custom_block_translate_list in modules/block/block.admin.inc
Form constructor for the block translation list form.
book_admin_edit_submit in modules/book/book.admin.inc
Form submission handler for book_admin_edit().
book_admin_overview in modules/book/book.admin.inc
Returns an administrative overview of all books.
_book_admin_table in modules/book/book.admin.inc
Builds the table portion of the form for the book administration page.
book_views_data in modules/book/views/book.views.inc
Implements hook_views_data().
ckeditor_ckeditor_plugins in modules/ckeditor/ckeditor.module
Implements hook_ckeditor_plugins().
comment_ranking in modules/comment/comment.module
Implements hook_ranking().
comment_schema in modules/comment/comment.install
Implements hook_schema().
comment_views_data in modules/comment/views/comment.views.inc
CommentViewsHandlerArgumentUserUidTest::view_comment_user_uid in modules/comment/tests/comment_views_handler_argument_user_uid.test
CommentViewsHandlerFilterUserUidTest::view_comment_user_uid in 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.
config_diff_page in modules/config/config.admin.inc
Shows diff of specified configuration file.
config_sync_form in modules/config/config.admin.inc
Form callback; Build the form for syncing all staged configuration.
DashboardContentTypesBlock::getContent in modules/dashboard/includes/block.node_types.inc
Return the content of a block.
DashboardMenuBlock::getContent in modules/dashboard/includes/block.menus.inc
Return the content of a block.
DashboardTaxonomyBlock::getContent in modules/dashboard/includes/block.taxonomy.inc
Return the content of a block.
DashboardUpdateBlock::getContent in modules/dashboard/includes/block.update.inc
Return the content of a block.
database.inc in drivers/database_mysql/database.inc
Database interface code for MySQL database servers.
DatabaseSchema::buildTableNameCondition in includes/database/schema.inc
Build a condition to match a table name against a standard information_schema.
DatabaseSchema::getPrefixInfo in includes/database/schema.inc
Get information about the table name and schema from the prefix.
DatabaseSchema_mysql::buildTableNameCondition in drivers/database_mysql/schema.inc
Build a condition to match a table name against a standard information_schema.
DatabaseSchema_mysql::getPrefixInfo in drivers/database_mysql/schema.inc
Get information about the table and database name from the prefix.
DatabaseSchema_mysql::renameTable in drivers/database_mysql/schema.inc
Rename a table.
DatabaseSchema::prefixNonTable in includes/database/schema.inc
Create names for indexes, primary keys and constraints.
date_database_info in modules/date/date.module
Temporary helper to re-create equivalent of content_database_info().
date_views_argument_handler_simple::init in modules/date/views/date_views_argument_handler_simple.inc
Get granularity.
DateViewsTestCase::setUp in modules/date/tests/date_views.test
Test setup actions.
dblog_event in modules/dblog/dblog.admin.inc
Page callback: Displays details about a specific database log message.
dblog_overview in modules/dblog/dblog.admin.inc
Page callback: Displays a listing of database log messages.
dblog_top in modules/dblog/dblog.admin.inc
Page callback: Shows the most frequent log messages of a given event type.
drupal-7.language.database.php in modules/simpletest/tests/upgrade/drupal-7.language.database.php
Database additions for language tests. Used in upgrade.language.test.
_field_sql_storage_schema in 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.
FieldSqlStorageTestCase::testFieldSqlStorageForeignKeys in modules/field/modules/field_sql_storage/tests/field_sql_storage.test
Test foreign key support.
field_test_field_schema in modules/field/tests/field_test/field_test.install
Implements hook_field_schema().
field_ui_fields_list in modules/field_ui/field_ui.admin.inc
Page callback: Lists all defined fields for quick reference.
FieldViewsDataTest::testViewsData in modules/field/tests/field_views.test
Unit testing the views data structure.
field_views_field_default_views_data in modules/field/views/field.views.inc
Default views data implementation for a field.
FieldViewsFieldTest::getFieldView in modules/field/tests/field_views.test
file_field_schema in modules/file/file.install
Implements hook_field_schema().
file_list_types_page in modules/file/file.admin.inc
Displays the file type admin overview page.
_file_query_file_access_alter in modules/file/file.module
Helper for file entity access functions.
file_schema in modules/file/file.install
Implements hook_schema().
file_update_1000 in modules/file/file.install
Add a view for managing files.
file_update_1001 in modules/file/file.install
Add a Manage file link to the admin files view.
file_update_1003 in modules/file/file.install
Add a type column to the file_managed table, and add a file_metadata table.
file_usage_page in modules/file/file.pages.inc
Page callback to show file usage information.
file_views_data in modules/file/views/file.views.inc
Implements hook_field_views_data().
_filter_html_tips in modules/filter/filter.module
Implements callback_filter_tips().
FilterUnitTestCase::testFilterXSS in modules/filter/tests/filter.test
Tests limiting allowed tags and XSS prevention.
filter_update_1002 in modules/filter/filter.install
Import the image_library view.
filter_update_1004 in modules/filter/filter.install
Add an exposed filename filter to the image_library view.
filter_xss_admin in includes/common.inc
Applies a very permissive XSS/HTML filter for admin-only use.
hook_field_formatter_view in modules/field/field.api.php
Build a renderable array for a field value.
hook_ranking in modules/node/node.api.php
Provide additional methods of scoring for core search results for nodes.
hook_schema in modules/system/system.api.php
Define the current version of the database schema.
hook_views_data in modules/views/views.api.php
Describes data tables (or the equivalent) to Views.
image_field_schema in modules/image/image.install
Implements hook_field_schema().
installer_manager_update_form in modules/installer/installer.manager.inc
Form constructor for the update form of the Installer module.
layout_block_list in modules/layout/layout.admin.inc
Menu callback; Lists all blocks and their modules.
layout_list_page in modules/layout/layout.admin.inc
Output a list of pages that are managed.
locale_schema in modules/locale/locale.install
Implements hook_schema().
locale_string_is_safe in includes/locale.inc
Check that a string is safe to be added or imported as a translation.
_locale_translate_seek in modules/locale/locale.pages.inc
Perform a string search and display results in a table
locale_views_data in modules/locale/views/locale.views.inc
Implements hook_views_data().
menu_overview_page in modules/menu/menu.admin.inc
Menu callback which shows an overview page of all the custom menus and their descriptions.
node_access_test_schema in modules/node/tests/node_access_test/node_access_test.install
Implements hook_schema().
node_overview_types in modules/node/node.types.inc
Page callback: Displays the content type admin overview page.
_node_query_node_access_alter in modules/node/node.module
Helper for node access functions.
_node_rankings in modules/node/node.module
Gathers the rankings from the the hook_ranking implementations.
node_revision_overview in modules/node/node.pages.inc
Page callback: Generates an overview table of older revisions of a node.
node_schema in modules/node/node.install
Implements hook_schema().
_node_search_query_alter in modules/node/node.module
Exclude nodes from the search query in the special situations.
NodeStorageController::buildQuery in modules/node/node.entity.inc
Overrides DefaultEntityController::buildQuery().
node_update_1008 in modules/node/node.install
Create the view replacement for admin/content/node.
node_update_1018 in modules/node/node.install
Update content admin view to show scheduled publication info.
node_update_1022 in modules/node/node.install
Update the admin content view with new/updated indicators and filter.
node_views_analyze in modules/node/views/node.views.inc
Implements hook_views_analyze().
node_views_data in modules/node/views/node.views.inc
Implements hook_views_data().
NodeViewsRevisionRelationsTestCase::test_view_node_revision_nid in modules/node/tests/node_views_revision_relations.test
Test view with default join on node.nid.
NodeViewsRevisionRelationsTestCase::test_view_node_revision_vid in modules/node/tests/node_views_revision_relations.test
Test view with default join on node.vid.
path_admin_overview in modules/path/path.admin.inc
Returns a listing of all defined URL aliases.
redirect_404_list in modules/redirect/redirect.admin.inc
Form callback; Display a list of all recent 404 pages.
redirect_list_table in modules/redirect/redirect.admin.inc
Display a list of redirects. Used on forms when editing an entity.
redirect_views_data in modules/redirect/views/redirect.views.inc
Implements hook_views_data().
search_schema in modules/search/search.install
Implements hook_schema().
search_views_data in modules/search/views/search.views.inc
Implements hook_views_data().
SelectQuery::addField in includes/database/select.inc
Implements SelectQueryInterface::addField().
SelectQuery::addJoin in includes/database/select.inc
Implements SelectQueryInterface::addJoin().
SelectQuery::arguments in includes/database/select.inc
Implements QueryConditionInterface::arguments().
SelectQuery::compile in includes/database/select.inc
Implements QueryConditionInterface::compile().
SelectQuery::compiled in includes/database/select.inc
Implements QueryConditionInterface::compiled().
SelectQuery::preExecute in includes/database/select.inc
Implements SelectQueryInterface::preExecute().
SelectQuery::__toString in includes/database/select.inc
Implements PHP magic __toString method to convert the query to a string.
simpletest_result_form in modules/simpletest/simpletest.pages.inc
Test results form for $test_id.
simpletest_test_form in modules/simpletest/simpletest.pages.inc
List tests arranged in groups that can be selected and run.
simpletest_theme in modules/simpletest/simpletest.module
Implements hook_theme().
system_admin_drivers_page in modules/system/system.drivers.inc
system_date_time_formats in modules/system/system.admin.inc
Displays the date format strings overview page.
system_schema in modules/system/system.install
Implements hook_schema().
system_transliteration_retroactive in modules/system/system.admin.inc
Form builder function; generates retroactive transliteration confirm form.
system_views_data in modules/system/views/system.views.inc
Implements hook_views_data().
taxonomy_field_schema in modules/taxonomy/taxonomy.install
Implements hook_field_schema().
taxonomy_overview_vocabularies in modules/taxonomy/taxonomy.admin.inc
Page callback at admin/structure/taxonomy to list all available vocabularies.
taxonomy_schema in modules/taxonomy/taxonomy.install
Implements hook_schema().
taxonomy_views_data in modules/taxonomy/views/taxonomy.views.inc
Implements hook_views_data().
TaxonomyViewsHandlerRelationshipNodeTermDataTest::view_taxonomy_node_term_data in modules/taxonomy/tests/taxonomy_views_handler_relationship_node_term_data.test
telemetry_report in modules/telemetry/telemetry.admin.inc
template_preprocess_installer_browser_list in modules/installer/installer.theme.inc
Add some variables for the projects list theme.
theme_book_admin_table in modules/book/book.admin.inc
Returns HTML for a book administration form.
theme_contact_category_list_table in modules/contact/contact.theme.inc
Returns HTML for the contact form categories administrative table.
theme_date_text_parts in modules/date/date.theme.inc
Returns HTML for the text/select options for date parts in a table.
theme_field_multiple_value_form in modules/field/field.theme.inc
Returns HTML for an individual form element.
theme_field_ui_table in modules/field_ui/field_ui.theme.inc
Returns HTML for Field UI overview tables.
theme_field_ui_view_modes in modules/field_ui/field_ui.theme.inc
Returns HTML for the entity display mode table.
theme_file_display_order in modules/file/file.theme.inc
Returns HTML for a file display's display order table.
theme_file_formatter_table in modules/file/file.theme.inc
Returns HTML for a file attachments table.
theme_file_widget_multiple in modules/file/file.theme.inc
Returns HTML for a group of file upload widgets.
theme_filter_admin_format_filter_order in modules/filter/filter.theme.inc
Returns HTML for a text format's filter order form.
theme_filter_admin_overview in modules/filter/filter.theme.inc
Returns HTML for the text format administration overview form.
theme_image_anchor in modules/image/image.theme.inc
Returns HTML for a 3x3 grid of checkboxes for image anchors.
theme_image_style_effects in modules/image/image.theme.inc
Returns HTML for a listing of the effects within a specific image style.
theme_image_style_list in modules/image/image.theme.inc
Returns HTML for the page containing the list of image styles.
theme_language_admin_overview_form_table in modules/language/language.theme.inc
Returns HTML for the language overview form.
theme_language_negotiation_configure_form in modules/locale/locale.theme.inc
Returns HTML for the language negotiation configuration form.
theme_layout_menu_item_arguments_table in modules/layout/layout.theme.inc
Output the arguments table for layout_menu_item_arguments_form().
theme_layout_reorder_layouts in modules/layout/layout.theme.inc
Turn the rearrange form into a table with table sorting displayed.
theme_layout_settings_context_table in modules/layout/layout.theme.inc
Output the table for layout_settings_form() contexts.
theme_locale_date_format_form in modules/locale/locale.theme.inc
Returns themed HTML for the locale_date_format_form() form.
theme_menu_overview_form in modules/menu/menu.theme.inc
Returns HTML for the menu overview form into a table.
theme_node_recent_block in modules/node/node.theme.inc
Returns HTML for a list of recent content.
theme_node_search_factors in modules/node/node.theme.inc
Returns HTML for the content ranking part of the search settings admin page.
theme_path_bulk_update_form in modules/path/path.admin.inc
Returns HTML for the Path bulk update page.
theme_simpletest_test_table in modules/simpletest/simpletest.theme.inc
Returns HTML for a test list generated by simpletest_test_form() into a table.
theme_system_modules_fieldset in modules/system/system.theme.inc
Returns HTML for the modules form.
theme_system_modules_uninstall in modules/system/system.theme.inc
Returns HTML for a table of currently disabled modules.
theme_tableselect in includes/form.inc
Returns HTML for a table with radio buttons or checkboxes.
ThemeTableUnitTest::testThemeTableFooter in modules/simpletest/tests/theme.test
Tests that the 'footer' option works correctly.
ThemeTableUnitTest::testThemeTableNoStickyHeaders in modules/simpletest/tests/theme.test
If $sticky is FALSE, no tableheader.js should be included.
ThemeTableUnitTest::testThemeTableStickyHeaders in modules/simpletest/tests/theme.test
Tableheader.js provides 'sticky' table headers, and is included by default.
ThemeTableUnitTest::testThemeTableWithEmptyMessage in 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 modules/simpletest/tests/theme.test
Tests that the 'no_striping' option works correctly.
theme_taxonomy_overview_terms in modules/taxonomy/taxonomy.theme.inc
Returns HTML for a terms overview form as a sortable list of terms.
theme_tree_table in modules/system/system.theme.inc
Theme a tree table.
theme_update_report in modules/update/update.theme.inc
Returns HTML for the project status report.
theme_user_admin_permissions in modules/user/user.theme.inc
Returns HTML for the administer permissions page.
theme_user_admin_roles in modules/user/user.theme.inc
Returns HTML for the role order form.
theme_views_ui_build_group_filter_form in modules/views_ui/views_ui.theme.inc
Theme the build group filter form.
theme_views_ui_rearrange_filter_form in modules/views_ui/views_ui.theme.inc
Turn the rearrange form into a proper table
theme_views_ui_rearrange_form in modules/views_ui/views_ui.theme.inc
Turn the rearrange form into a proper table
theme_views_ui_reorder_displays_form in modules/views_ui/views_ui.theme.inc
Turn the reorder form into a proper table
theme_views_ui_style_plugin_table in modules/views_ui/views_ui.theme.inc
Theme the form for the table style plugin
translation_node_overview in modules/translation/translation.pages.inc
Page callback: Displays a list of a node's translations.
translation_views_data_alter in modules/translation/views/translation.views.inc
Implements hook_views_data_alter().
user_schema in modules/user/user.install
Implements hook_schema().
user_update_1008 in modules/user/user.install
Update views that used the old role ID handlers to use role name instead.
user_update_1009 in modules/user/user.install
Create the default view for user administration.
UserViewsArgumentDefault::view_plugin_argument_default_current_user in modules/user/tests/user_views_argument_default.test
UserViewsArgumentValidate::view_argument_validate_user in modules/user/tests/user_views_argument_validate.test
user_views_data in modules/user/views/user.views.inc
Implements hook_views_data().
UserViewsHandlerFieldNameTest::view_user_name in modules/user/tests/user_views_handler_field_name.test
UserViewsTestCase::test_view_user_relationship in modules/user/tests/user_views.test
view::add_item in modules/views/includes/view.inc
Add an item with a handler to the view.
view::fix_missing_relationships in modules/views/includes/view.inc
Attempt to discover if the view has handlers missing relationships.
view::init_query in modules/views/includes/view.inc
Do some common building initialization.
ViewsArgumentDefaultTest::view_argument_default_fixed in modules/views/tests/views_argument_default.test
ViewsArgumentValidatorTest::view_argument_validate_numeric in modules/views/tests/views_argument_validator.test
ViewsArgumentValidatorTest::view_test_argument_validate_php in modules/views/tests/views_argument_validator.test
ViewsArgumentValidatorTest::view_test_argument_validate_php_failure in modules/views/tests/views_argument_validator.test
ViewsBasicTest::testSimpleArgument in modules/views/tests/views_basic.test
Tests simple argument.
ViewsBasicTest::testSimpleFiltering in modules/views/tests/views_basic.test
Tests filtering of the result set.
ViewsCacheTest::getBasicView in modules/views/tests/views_cache.test
Build and return a basic view of the views_test table.
_views_data_process_entity_types in modules/views/includes/cache.inc
Links tables having an 'entity type' specified to the respective, generic entity-type tables.
views_fetch_base_tables in modules/views_ui/views_ui.admin.inc
Fetch a list of all base tables available
views_fetch_fields in modules/views/includes/utility.inc
Fetch a list of all fields available for a given base type.
views_get_handler in modules/views/views.module
Fetch a handler from the data cache.
views_get_table_join in modules/views/includes/utility.inc
Fetch a handler to join one table to a primary table from the data cache
ViewsHandlerAreaTextTest::testAreaText in modules/views/tests/handlers/views_handler_area_text.test
ViewsHandlerArgumentNullTest::testAreaText in modules/views/tests/handlers/views_handler_argument_null.test
ViewsHandlerArgumentStringTest::viewGlossary in modules/views/tests/handlers/views_handler_argument_string.test
Provide a test view for testGlossary.
views_handler_field::add_additional_fields in modules/views/handlers/views_handler_field.inc
Add 'additional' fields to the query.
ViewsHandlerFieldBooleanTest::testFieldBoolean in modules/views/tests/handlers/views_handler_field_boolean.test
views_handler_field_bulk_form::get_entity_type in modules/views/handlers/views_handler_field_bulk_form.inc
Determine the base table of the bulk operation field.
ViewsHandlerFieldCustomTest::testFieldCustom in modules/views/tests/handlers/views_handler_field_custom.test
ViewsHandlerFieldDateTest::testFieldDate in modules/views/tests/handlers/views_handler_field_date.test
views_handler_field_entity::init in modules/views/handlers/views_handler_field_entity.inc
Initialize the entity type.
views_handler_field_entity::query in modules/views/handlers/views_handler_field_entity.inc
Overriden to add the field for the entity id.
views_handler_field_field::get_base_table in modules/field/views/views_handler_field_field.inc
Set the base_table and base_table_alias.
views_handler_field_field::query in modules/field/views/views_handler_field_field.inc
Called to add the field to a query.
views_handler_field_history_user_timestamp::init in modules/node/views/views_handler_field_history_user_timestamp.inc
init the handler with necessary data.
ViewsHandlerFieldMath::testFieldCustom in modules/views/tests/handlers/views_handler_field_math.test
views_handler_field_node::init in modules/node/views/views_handler_field_node.inc
init the handler with necessary data.
views_handler_field_node_new_comments::construct in modules/comment/views/views_handler_field_node_new_comments.inc
Construct a new field handler.
views_handler_field_node_revision::init in modules/node/views/views_handler_field_node_revision.inc
init the handler with necessary data.
views_handler_field_node_revision_link::construct in modules/node/views/views_handler_field_node_revision_link.inc
Construct a new field handler.
views_handler_field_term_node_tid::init in modules/taxonomy/views/views_handler_field_term_node_tid.inc
init the handler with necessary data.
ViewsHandlerFieldUrlTest::testFieldUrl in modules/views/tests/handlers/views_handler_field_url.test
views_handler_field_user_permissions::construct in modules/user/views/views_handler_field_user_permissions.inc
Construct a new field handler.
views_handler_field_user_roles::construct in modules/user/views/views_handler_field_user_roles.inc
Construct a new field handler.
ViewsHandlerFileExtensionTest::testFileExtensionTarOption in modules/views/tests/handlers/views_handler_field_file_extension.test
Tests the 'extension_detect_tar' handler option.
ViewsHandlerFilterCombineTest::getBasicView in modules/views/tests/handlers/views_handler_filter_combine.test
Build and return a basic view of the views_test table.
ViewsHandlerFilterCombineTest::testFilterCombineContains in modules/views/tests/handlers/views_handler_filter_combine.test
ViewsHandlerFilterCounterTest::testSimple in modules/views/tests/handlers/views_handler_field_counter.test
ViewsHandlerFilterDateTest::views_test_between in modules/views/tests/handlers/views_handler_filter_date.test
views_handler_filter_entity_bundle::get_entity_type in modules/views/handlers/views_handler_filter_entity_bundle.inc
Set and returns the entity_type.
views_handler_filter_entity_bundle::query in 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.
ViewsHandlerFilterEqualityTest::getGroupedExposedFilters in modules/views/tests/handlers/views_handler_filter_equality.test
ViewsHandlerFilterEqualityTest::testEqual in modules/views/tests/handlers/views_handler_filter_equality.test
ViewsHandlerFilterEqualityTest::testNotEqual in modules/views/tests/handlers/views_handler_filter_equality.test
ViewsHandlerFilterInOperator::getGroupedExposedFilters in modules/views/tests/handlers/views_handler_filter_in_operator.test
ViewsHandlerFilterInOperator::testFilterInOperatorSimple in modules/views/tests/handlers/views_handler_filter_in_operator.test
ViewsHandlerFilterNumericTest::getGroupedExposedFilters in modules/views/tests/handlers/views_handler_filter_numeric.test
ViewsHandlerFilterNumericTest::testAllowEmpty in modules/views/tests/handlers/views_handler_filter_numeric.test
ViewsHandlerFilterNumericTest::testFilterNumericBetween in modules/views/tests/handlers/views_handler_filter_numeric.test
ViewsHandlerFilterNumericTest::testFilterNumericEmpty in modules/views/tests/handlers/views_handler_filter_numeric.test
ViewsHandlerFilterNumericTest::testFilterNumericSimple in modules/views/tests/handlers/views_handler_filter_numeric.test
ViewsHandlerFilterStringTest::getBasicView in modules/views/tests/handlers/views_handler_filter_string.test
Build and return a basic view of the views_test table.
ViewsHandlerFilterStringTest::getGroupedExposedFilters in modules/views/tests/handlers/views_handler_filter_string.test
ViewsHandlerFilterStringTest::testFilterStringContains in modules/views/tests/handlers/views_handler_filter_string.test
ViewsHandlerFilterStringTest::testFilterStringEmpty in modules/views/tests/handlers/views_handler_filter_string.test
ViewsHandlerFilterStringTest::testFilterStringEnds in modules/views/tests/handlers/views_handler_filter_string.test
ViewsHandlerFilterStringTest::testFilterStringEqual in modules/views/tests/handlers/views_handler_filter_string.test
ViewsHandlerFilterStringTest::testFilterStringLonger in modules/views/tests/handlers/views_handler_filter_string.test
ViewsHandlerFilterStringTest::testFilterStringNot in modules/views/tests/handlers/views_handler_filter_string.test
ViewsHandlerFilterStringTest::testFilterStringNotEnds in modules/views/tests/handlers/views_handler_filter_string.test
ViewsHandlerFilterStringTest::testFilterStringNotEqual in modules/views/tests/handlers/views_handler_filter_string.test
ViewsHandlerFilterStringTest::testFilterStringNotStarts in modules/views/tests/handlers/views_handler_filter_string.test
ViewsHandlerFilterStringTest::testFilterStringShorter in modules/views/tests/handlers/views_handler_filter_string.test
ViewsHandlerFilterStringTest::testFilterStringStarts in modules/views/tests/handlers/views_handler_filter_string.test
ViewsHandlerFilterStringTest::testFilterStringWord in modules/views/tests/handlers/views_handler_filter_string.test
views_handler::init in modules/views/includes/handlers.inc
init the handler with necessary data.
ViewsHandlerManyToOneTest::getGroupedOneOfTestView in modules/views/tests/handlers/views_handler_manytoone.test
Generates test_not view.
ViewsHandlerManyToOneTest::getReducedExposedGroupedOptionsTestView in modules/views/tests/handlers/views_handler_manytoone.test
Generates test_not view.
views_handler::option_definition in 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 modules/views/includes/handlers.inc
Provides a unique placeholders for handlers.
views_handler_relationship_entity_reverse::query in 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 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 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 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 modules/taxonomy/views/views_handler_relationship_node_term_data.inc
Called to implement a relationship in a query.
views_handler_relationship::query in modules/views/handlers/views_handler_relationship.inc
Called to implement a relationship in a query.
views_handler_relationship_translation::query in modules/translation/views/views_handler_relationship_translation.inc
Called to implement a relationship in a query.
ViewsHandlerSortDateTest::testDateOrdering in modules/views/tests/handlers/views_handler_sort_date.test
Tests numeric ordering of the result set.
views_handler_sort_group_by_numeric::init in modules/views/handlers/views_handler_sort_group_by_numeric.inc
init the handler with necessary data.
ViewsHandlerSortRandomTest::getBasicRandomView in modules/views/tests/handlers/views_handler_sort_random.test
Return a basic view with random ordering.
ViewsHandlerSortTest::testNumericOrdering in modules/views/tests/handlers/views_handler_sort.test
Tests numeric ordering of the result set.
ViewsHandlerSortTest::testStringOrdering in modules/views/tests/handlers/views_handler_sort.test
Tests string ordering of the result set.
ViewsHandlerTestFileSize::testFieldFileSize in modules/views/tests/handlers/views_handler_field_file_size.test
ViewsHandlerTestXss::testFieldXss in modules/views/tests/handlers/views_handler_field_xss.test
views_join::build_join in modules/views/includes/handlers.inc
Build the SQL for the join this object represents.
views_join::construct in modules/views/includes/handlers.inc
Construct the views_join object.
views_join_subquery::build_join in modules/views/includes/handlers.inc
Build the SQL for the join this object represents.
views_many_to_one_helper::placeholder in modules/views/includes/handlers.inc
Provides a unique placeholders for handlers.
ViewsPagerTest::viewPagerFullZeroItemsPerPage in modules/views/tests/views_pager.test
ViewsPagerTest::viewsPagerFullFields in modules/views/tests/views_pager.test
views_plugin_display::get_handlers in modules/views/plugins/views_plugin_display.inc
Get a full array of handlers for $type. This caches them.
views_plugin_display::get_plugin in modules/views/plugins/views_plugin_display.inc
Get the instance of a plugin, for example style or row.
views_plugin_display::init in modules/views/plugins/views_plugin_display.inc
ViewsPluginDisplayTestCase::viewFilterGroupsOverriding in modules/views/tests/plugins/views_plugin_display.test
Returns a test view for testFilterGroupsOverriding.
ViewsPluginDisplayTestCase::viewFilterGroupsUpdating in modules/views/tests/plugins/views_plugin_display.test
Returns a test view for testFilterGroupUpdating.
views_plugin_display::unpack_handler in modules/views/plugins/views_plugin_display.inc
Special method to unpack items that have handlers.
views_plugin_exposed_form_input_required::pre_render in modules/views/plugins/views_plugin_exposed_form_input_required.inc
views_plugin_query_default::add_field in 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 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 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 modules/views/plugins/views_plugin_query_default.inc
Build fields array.
views_plugin_query_default::ensure_path in 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 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 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 modules/views/plugins/views_plugin_query_default.inc
Returns the according entity objects for the given query results.
views_plugin_query_default::init in 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 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 modules/views/plugins/views_plugin_query_default.inc
Set what field the query will count() on for paging.
views_plugin_row::options_form in modules/views/plugins/views_plugin_row.inc
Provide a form for setting options.
ViewsPluginStyleJumpMenuTest::getJumpMenuView in modules/views/tests/styles/views_plugin_style_jump_menu.test
ViewsPluginStyleMappingTest::getBasicView in modules/views/tests/styles/views_plugin_style_mapping.test
Overrides ViewsTestCase::getBasicView().
ViewsPluginStyleTestCase::_testGrouping in modules/views/tests/styles/views_plugin_style.test
Tests the grouping features of styles.
ViewsPluginStyleTestCase::testGroupingLegacy in modules/views/tests/styles/views_plugin_style.test
Tests the grouping legacy features of styles.
_views_prepare_handler in modules/views/includes/utility.inc
Prepare a handler's data by checking defaults and such.
ViewsQueryGroupByTest::viewsAggregateCountView in modules/views/tests/views_groupby.test
ViewsQueryGroupByTest::viewsGroupByCountViewOnlyFilters in modules/views/tests/views_groupby.test
ViewsQueryGroupByTest::viewsGroupByViewHelper in modules/views/tests/views_groupby.test
ViewsSqlTest::getBasicView in modules/views/tests/views_query.test
Build and return a basic view of the views_test table.
ViewsSqlTest::viewsData in modules/views/tests/views_query.test
The views data definition.
ViewsTranslatableTest::viewUnpackTranslatable in modules/views/tests/views_translatable.test
Custom helper view for testing.
ViewsUiBaseViewsWizard::alter_display_options in 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 modules/views_ui/wizards/views_ui_base_views_wizard.php
ViewsUiBaseViewsWizard::default_display_options in 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 modules/views_ui/wizards/views_ui_base_views_wizard.php
ViewsUiCommentViewsWizard::default_display_options in 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.
views_ui_config_item_extra_form in modules/views_ui/views_ui.admin.inc
Form to config_item items in the views UI.
views_ui_config_item_form in modules/views_ui/views_ui.admin.inc
Form to config_item items in the views UI.
views_ui_config_item_form_submit in 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 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 modules/views_ui/views_ui.admin.inc
Form to config_item items in the views UI.
views_ui_config_item_group_form_submit in modules/views_ui/views_ui.admin.inc
Submit handler for configing group settings on a view.
views_ui_config_style_form in modules/views_ui/views_ui.admin.inc
Form to config_style items in the views UI.
views_ui_edit_form_get_bucket in modules/views_ui/views_ui.admin.inc
Add information about a section to a display.
views_ui_field_list in modules/views_ui/views_ui.admin.inc
List all instances of fields on any views.
ViewsUiFileManagedViewsWizard::default_display_options in 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.
views_ui_list_page in modules/views_ui/views_ui.admin.inc
Page callback at admin/build/views to list all available views.
ViewsUiNodeRevisionViewsWizard::default_display_options in modules/views_ui/wizards/views_ui_node_revision_views_wizard.php
@override
ViewsUiNodeViewsWizard::default_display_options in modules/views_ui/wizards/views_ui_node_views_wizard.php
@override
views_ui_plugin_list in modules/views_ui/views_ui.admin.inc
Lists all plugins and what enabled Views use them.
views_ui_preview in modules/views_ui/views_ui.admin.inc
Returns the results of the live preview.
ViewsUiTaxonomyTermViewsWizard::default_display_options in 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 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.
views_ui_views_ui_wizards in modules/views_ui/views_ui.module
Implements hook_views_ui_wizards().
ViewsUpgradeTestCase::debugField in modules/views/tests/views_upgrade.test
ViewsUpgradeTestCase::viewsMovedToField in modules/views/tests/views_upgrade.test
ViewsUpgradeTestCase::viewsMovedToHandler in modules/views/tests/views_upgrade.test
ViewsUpgradeTestCase::viewsMovedToTable in modules/views/tests/views_upgrade.test
views_views_data in modules/views/includes/views.views.inc
Implements hook_views_data().
views_views_plugins in modules/views/includes/views.views.inc
Implements hook_views_plugins().
ViewsViewTest::view_test_destroy in modules/views/tests/views_view.test
This view provides some filters, fields, arguments, relationships, sorts, areas and attachments.