DatabaseSelectComplexTestCase::testCountQueryGroupBy |
function |
core/modules/simpletest/tests/database_test.test |
Test that we can generate a count query from a query with GROUP BY. |
TaxonomyQueryAlterTestCase::assertQueryTagTestResult |
function |
core/modules/taxonomy/tests/taxonomy.test |
Verifies invocation of the hooks in the test module. |
EntityFieldQueryTestCase::testEntityFieldQueryAccess |
function |
core/modules/entity/tests/entity_query.test |
Tests EntityFieldQuery access on non-node entities. |
views_handler_relationship_groupwise_max::left_query |
function |
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. |
CommonURLUnitTestCase::testBackdropGetQueryParameters |
function |
core/modules/simpletest/tests/common.test |
Test backdrop_get_query_parameters(). |
DatabaseSelectComplexTestCase::testCountQueryRemovals |
function |
core/modules/simpletest/tests/database_test.test |
Test that countQuery properly removes 'all_fields' statements and
ordering clauses. |
DatabaseSelectComplexTestCase::testCountQueryDistinct |
function |
core/modules/simpletest/tests/database_test.test |
Test that we can generate a count query from a query with distinct. |
DatabaseSelectPagerDefaultTestCase::testOddPagerQuery |
function |
core/modules/simpletest/tests/database_test.test |
Confirm that a pager query returns the correct results. |
EntityFieldQueryTestCase::testEntityFieldQueryRouting |
function |
core/modules/entity/tests/entity_query.test |
Tests the routing feature of EntityFieldQuery. |
DatabaseQueryTestCase::testArrayArgumentsSQLInjection |
function |
core/modules/simpletest/tests/database_test.test |
Test SQL injection via database query array arguments. |
DatabaseSelectSubqueryTestCase::testFromSubquerySelect |
function |
core/modules/simpletest/tests/database_test.test |
Test that we can use a subquery in a FROM clause. |
DatabaseSelectSubqueryTestCase::testJoinSubquerySelect |
function |
core/modules/simpletest/tests/database_test.test |
Test that we can use a subquery in a JOIN clause. |
DatabaseSelectPagerDefaultTestCase::testEvenPagerQuery |
function |
core/modules/simpletest/tests/database_test.test |
Confirm that a pager query returns the correct results. |
CommonJavaScriptTestCase::testAddJsFileWithQueryString |
function |
core/modules/simpletest/tests/common.test |
Tests that the query string remains intact when adding JavaScript files
that have query string parameters. |
DatabaseSelectPagerDefaultTestCase::testInnerPagerQuery |
function |
core/modules/simpletest/tests/database_test.test |
Confirm that a pager query with inner pager query returns valid results. |
EntityFieldQueryTestCase::testEntityFieldQueryTableSort |
function |
core/modules/entity/tests/entity_query.test |
Tests the TableSort integration of EntityFieldQuery. |
ViewsQueryGroupByTest::viewsGroupByCountViewOnlyFilters |
function |
core/modules/views/tests/views_groupby.test |
|
DatabaseSelectSubqueryTestCase::testExistsSubquerySelect |
function |
core/modules/simpletest/tests/database_test.test |
Test EXISTS subquery conditionals on SELECT statements. |
DatabaseSelectPagerDefaultTestCase::testHavingPagerQuery |
function |
core/modules/simpletest/tests/database_test.test |
Confirm that a paging query with a having expression returns valid results. |
BackdropGetQueryArrayTestCase::testBackdropGetQueryArray |
function |
core/modules/simpletest/tests/common.test |
Tests that backdrop_get_query_array() correctly explodes query parameters. |
views_handler_argument_term_node_tid_depth_modifier::query |
function |
core/modules/taxonomy/views/views_handler_argument_term_node_tid_depth_modifier.inc |
Set up the query for this argument. |
DatabaseSelectComplexTestCase::testCountQueryFieldRemovals |
function |
core/modules/simpletest/tests/database_test.test |
Test that countQuery properly removes fields and expressions. |
DatabaseSelectTableSortDefaultTestCase::testTableSortQuery |
function |
core/modules/simpletest/tests/database_test.test |
Confirm that a tablesort query returns the correct results. |
views_handler_filter_search::query_parse_search_expression |
function |
core/modules/search/views/views_handler_filter_search.inc |
Make sure that parseSearchExpression is run and everything is set up for
it. |
EntityFieldQueryTestCase::testEntityFieldQueryTranslatable |
function |
core/modules/entity/tests/entity_query.test |
Tests querying translatable fields. |
EntityFieldQueryTestCase::testEntityFieldQueryDisablePager |
function |
core/modules/entity/tests/entity_query.test |
Tests the disabling the pager in EntityFieldQuery. |
database_test_query_database_test_alter_remove_range_alter |
function |
core/modules/simpletest/tests/database_test.module |
Implements hook_query_TAG_alter(). |
DatabaseSelectSubqueryTestCase::testConditionSubquerySelect |
function |
core/modules/simpletest/tests/database_test.test |
Test that we can use a subquery in a WHERE clause. |
DatabaseSelectSubqueryTestCase::testNotExistsSubquerySelect |
function |
core/modules/simpletest/tests/database_test.test |
Test NOT EXISTS subquery conditionals on SELECT statements. |
EntityReferenceSelectionHandlerViews::entityFieldQueryAlter |
function |
core/modules/entityreference/plugins/selection/EntityReferenceSelectionHandlerViews.inc |
Implements EntityReferenceHandler::entityFieldQueryAlter(). |
DatabaseSelectCloneTest::testSelectConditionSubQueryCloning |
function |
core/modules/simpletest/tests/database_test.test |
Test that subqueries as value within conditions are cloned properly. |
views_handler_argument_search::query_parse_search_expression |
function |
core/modules/search/views/views_handler_argument_search.inc |
Make sure that parseSearchExpression is run and everything is set up for
it. |
EntityFieldQueryTestCase::testEntityFieldQueryMetaConditions |
function |
core/modules/entity/tests/entity_query.test |
Tests field meta conditions. |
EntityReferenceSelectionHandlerBroken::entityFieldQueryAlter |
function |
core/modules/entityreference/plugins/selection/EntityReferenceSelectionHandler.inc |
|
EntityReferenceSelectionHandlerGeneric::buildEntityFieldQuery |
function |
core/modules/entityreference/plugins/selection/EntityReferenceSelectionHandlerGeneric.inc |
Build an EntityFieldQuery to get referenceable entities. |
EntityReferenceSelectionHandlerGeneric::entityFieldQueryAlter |
function |
core/modules/entityreference/plugins/selection/EntityReferenceSelectionHandlerGeneric.inc |
Implements EntityReferenceHandler::entityFieldQueryAlter(). |
views_handler_argument_term_node_tid_depth_modifier::pre_query |
function |
core/modules/taxonomy/views/views_handler_argument_term_node_tid_depth_modifier.inc |
Run before the view is built. |
DatabaseSelectSubqueryTestCase::testFromSubquerySelectWithLimit |
function |
core/modules/simpletest/tests/database_test.test |
Test that we can use a subquery in a FROM clause with a limit. |
DatabaseSelectTableSortDefaultTestCase::testTableSortQueryFirst |
function |
core/modules/simpletest/tests/database_test.test |
Confirm that if a tablesort's orderByHeader is called before another orderBy, that the header happens first. |
EntityReferenceSelectionHandlerInterface::entityFieldQueryAlter |
function |
core/modules/entityreference/plugins/selection/EntityReferenceSelectionHandler.inc |
Give the handler a chance to alter the SelectQuery generated by EntityFieldQuery. |
CommonCascadingStylesheetsTestCase::testAddCssFileWithQueryString |
function |
core/modules/simpletest/tests/common.test |
Tests that the query string remains intact when adding CSS files that have
query string parameters. |
EntityReferenceSelectionHandlerGeneric_node::entityFieldQueryAlter |
function |
core/modules/entityreference/plugins/selection/EntityReferenceSelectionHandlerGeneric.inc |
Implements EntityReferenceHandler::entityFieldQueryAlter(). |
EntityReferenceSelectionHandlerGeneric_user::buildEntityFieldQuery |
function |
core/modules/entityreference/plugins/selection/EntityReferenceSelectionHandlerGeneric.inc |
Build an EntityFieldQuery to get referenceable entities. |
EntityReferenceSelectionHandlerGeneric_user::entityFieldQueryAlter |
function |
core/modules/entityreference/plugins/selection/EntityReferenceSelectionHandlerGeneric.inc |
Implements EntityReferenceHandler::entityFieldQueryAlter(). |
EntityReferenceSelectionHandlerGeneric_file::entityFieldQueryAlter |
function |
core/modules/entityreference/plugins/selection/EntityReferenceSelectionHandlerGeneric.inc |
Implements EntityReferenceHandler::entityFieldQueryAlter(). |
views_handler_relationship_groupwise_max::alter_subquery_condition |
function |
core/modules/views/handlers/views_handler_relationship_groupwise_max.inc |
Recursive helper to add a namespace to conditions. |
EntityReferenceSelectionHandlerGeneric_comment::entityFieldQueryAlter |
function |
core/modules/entityreference/plugins/selection/EntityReferenceSelectionHandlerGeneric.inc |
Implements EntityReferenceHandler::entityFieldQueryAlter(). |
EntityReferenceSelectionHandlerGeneric_taxonomy_term::entityFieldQueryAlter |
function |
core/modules/entityreference/plugins/selection/EntityReferenceSelectionHandlerGeneric.inc |
Implements EntityReferenceHandler::entityFieldQueryAlter(). |