views_plugin_style_summary_jump_menu::query |
function |
modules/views/plugins/views_plugin_style_summary_jump_menu.inc |
Add anything to the query that we might need to. |
_field_test_field_storage_query_sort_helper |
function |
modules/field/tests/field_test/field_test.storage.inc |
Sort helper for field_test_field_storage_query(). |
QueryPlaceholderInterface::uniqueIdentifier |
function |
includes/database/query.inc |
Returns a unique identifier for this object. |
date_views_filter_handler::get_query_fields |
function |
modules/date/views/date_views_filter_handler.inc |
|
views_handler_field_user_permissions::query |
function |
modules/user/views/views_handler_field_user_permissions.inc |
Called to add the field to a query. |
views_handler_argument_numeric::title_query |
function |
modules/views/handlers/views_handler_argument_numeric.inc |
Override for specific title lookups. |
views_handler_field_locale_link_edit::query |
function |
modules/locale/views/views_handler_field_locale_link_edit.inc |
Called to add the field to a query. |
views_handler_filter_node_tnid_child::query |
function |
modules/translation/views/views_handler_filter_node_tnid_child.inc |
Add this filter to the query. |
AdminBarCustomizedTestCase::queryMlidByPath |
function |
modules/admin_bar/tests/admin_bar.test |
Returns the menu link ID for a given link path in the management menu. |
views_handler_filter_comment_user_uid::query |
function |
modules/comment/views/views_handler_filter_comment_user_uid.inc |
Add this filter to the query. |
views_handler_argument_node_vid::title_query |
function |
modules/node/views/views_handler_argument_node_vid.inc |
Override the behavior of title(). Get the title of the revision. |
views_handler_argument_file_fid::title_query |
function |
modules/file/views/views_handler_argument_file_fid.inc |
Override the behavior of title_query(). Get the filenames. |
ConnectionUnitTest::testOpenSelectQueryClose |
function |
modules/simpletest/tests/database_test.test |
Tests Database::closeConnection() with a select query. |
views_handler_argument_string::summary_query |
function |
modules/views/handlers/views_handler_argument_string.inc |
Build the summary query based on a string |
views_handler_field_node_new_comments::query |
function |
modules/comment/views/views_handler_field_node_new_comments.inc |
Called to add the field to a query. |
views_plugin_pager_none::execute_count_query |
function |
modules/views/plugins/views_plugin_pager_none.inc |
Execute the count query, which will be done just prior to the query
itself being executed. |
views_handler_argument_user_uid::title_query |
function |
modules/user/views/views_handler_argument_user_uid.inc |
Override the behavior of title(). Get the name of the user. |
views_handler_argument_node_nid::title_query |
function |
modules/node/views/views_handler_argument_node_nid.inc |
Override the behavior of title(). Get the title of the node. |
views_handler_filter_boolean_operator::query |
function |
modules/views/handlers/views_handler_filter_boolean_operator.inc |
Add this filter to the query. |
views_handler_field_comment_node_link::query |
function |
modules/comment/views/views_handler_field_comment_node_link.inc |
Overriden to add the field for the entity id. |
views_handler_filter_ncs_last_updated::query |
function |
modules/comment/views/views_handler_filter_ncs_last_updated.inc |
Add this filter to the query. |
views_handler_filter_node_hidden_path::query |
function |
modules/node/views/views_handler_filter_node_hidden_path.inc |
Add this filter to the query. |
EntityFieldQueryTestCase::testTablePrefixing |
function |
modules/entity/tests/entity_query.test |
Tests EFQ table prefixing with multiple conditions and an altered join. |
DatabaseQueryTestCase::testArraySubstitution |
function |
modules/simpletest/tests/database_test.test |
Test that we can specify an array of values in the query by passing in an array. |
DatabaseFetchTestCase::testQueryFetchDefault |
function |
modules/simpletest/tests/database_test.test |
Confirm that we can fetch a record properly in default object mode. |
views_plugin_query_default::add_relationship |
function |
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_handler_filter_user_permissions::query |
function |
modules/user/views/views_handler_filter_user_permissions.inc |
Add this filter to the query. |
views_handler_filter_group_by_numeric::query |
function |
modules/views/handlers/views_handler_filter_group_by_numeric.inc |
Add this filter to the query. |
views_query_default_aggregation_method_simple |
function |
modules/views/plugins/views_plugin_query_default.inc |
|
views_handler_argument_formula::summary_query |
function |
modules/views/handlers/views_handler_argument_formula.inc |
Build the summary query based on a formula |
views_handler_filter_node_uid_revision::query |
function |
modules/node/views/views_handler_filter_node_uid_revision.inc |
Add this filter to the query. |
date_views_argument_handler::get_query_fields |
function |
modules/date/views/date_views_argument_handler.inc |
Collect information about our fields we will need to create the right query. |
ViewsQueryGroupByTest::viewsGroupByViewHelper |
function |
modules/views/tests/views_groupby.test |
|
views_handler_argument_node_tnid::title_query |
function |
modules/translation/views/views_handler_argument_node_tnid.inc |
Override the behavior of title(). Get the title of the node. |
views_handler_relationship_translation::query |
function |
modules/translation/views/views_handler_relationship_translation.inc |
Called to implement a relationship in a query. |
viewsSearchQuery::publicParseSearchExpression |
function |
modules/search/search.extender.inc |
|
views_plugin_query_default::option_definition |
function |
modules/views/plugins/views_plugin_query_default.inc |
Information about options for all kinds of purposes will be held here.
@code
'option_name' => array( |
DatabaseSelectComplexTestCase::testCountQuery |
function |
modules/simpletest/tests/database_test.test |
Test that we can generate a count query from a built query. |
redirect_handler_field_redirect_source::query |
function |
modules/redirect/views/redirect_handler_field_redirect_source.inc |
Called to add the field to a query. |
views_handler_argument_group_by_numeric::query |
function |
modules/views/handlers/views_handler_argument_group_by_numeric.inc |
Set up the query for this argument. |
ConnectionUnitTest::testOpenQueryPrefetchClose |
function |
modules/simpletest/tests/database_test.test |
Tests Database::closeConnection() with a query and custom prefetch method. |
ViewsQueryGroupByTest::viewsAggregateCountView |
function |
modules/views/tests/views_groupby.test |
|
DatabaseAlterTestCase::testSimpleAlterSubquery |
function |
modules/simpletest/tests/database_test.test |
Test that we can do basic alters on subqueries. |
DatabaseTemporaryQueryTestCase::countTableRows |
function |
modules/simpletest/tests/database_test.test |
Return the number of rows of a table. |
field_test_query_store_global_test_query_alter |
function |
modules/field/tests/field_test/field_test.module |
Implements hook_query_TAG_alter() for tag 'store_global_test_query'. |
EntityFieldQueryTestCase::testEntityFieldQuery |
function |
modules/entity/tests/entity_query.test |
Tests EntityFieldQuery. |
DatabaseCondition::$queryPlaceholderIdentifier |
property |
includes/database/query.inc |
The identifier of the query placeholder this condition has been compiled against. |
views_handler_argument_comment_user_uid::query |
function |
modules/comment/views/views_handler_argument_comment_user_uid.inc |
Set up the query for this argument. |
taxonomy_test_query_taxonomy_term_access_alter |
function |
modules/simpletest/tests/taxonomy_test.module |
Implements hook_query_TAG_alter(). |
views_handler_filter_term_node_tid_depth::query |
function |
modules/taxonomy/views/views_handler_filter_term_node_tid_depth.inc |
Add this filter to the query. |