You are here

61 calls to db_select() in Zircon Profile 8.0

AlterTest::testAlterChangeConditional in core/modules/system/src/Tests/Database/AlterTest.php
Tests that we can alter a query's conditionals.
AlterTest::testAlterChangeFields in core/modules/system/src/Tests/Database/AlterTest.php
Tests that we can alter the fields of a query.
AlterTest::testAlterExpression in core/modules/system/src/Tests/Database/AlterTest.php
Tests that we can alter expressions in the query.
AlterTest::testAlterRemoveRange in core/modules/system/src/Tests/Database/AlterTest.php
Tests that we can remove a range() value from a query.
AlterTest::testAlterWithJoin in core/modules/system/src/Tests/Database/AlterTest.php
Tests that we can alter the joins on a query.
AlterTest::testSimpleAlter in core/modules/system/src/Tests/Database/AlterTest.php
Tests that we can do basic alters.
AlterTest::testSimpleAlterSubquery in core/modules/system/src/Tests/Database/AlterTest.php
Tests that we can do basic alters on subqueries.
BookOutlineStorage::getBookSubtree in core/modules/book/src/BookOutlineStorage.php
Get book subtree.
DatabaseTestController::pagerQueryEven in core/modules/system/tests/modules/database_test/src/Controller/DatabaseTestController.php
Runs a pager query and returns the results.
DatabaseTestController::pagerQueryOdd in core/modules/system/tests/modules/database_test/src/Controller/DatabaseTestController.php
Runs a pager query and returns the results.
DatabaseTestController::testTablesort in core/modules/system/tests/modules/database_test/src/Controller/DatabaseTestController.php
Runs a tablesort query and returns the results.
DatabaseTestController::testTablesortFirst in core/modules/system/tests/modules/database_test/src/Controller/DatabaseTestController.php
Runs a tablesort query with a second order_by after and returns the results.
DatabaseTestForm::buildForm in core/modules/system/tests/modules/database_test/src/Form/DatabaseTestForm.php
Form constructor.
IndexTidDepth::query in core/modules/taxonomy/src/Plugin/views/argument/IndexTidDepth.php
Set up the query for this argument.
InsertTest::testInsertSelectFields in core/modules/system/src/Tests/Database/InsertTest.php
Tests that the INSERT INTO ... SELECT (fields) ... syntax works.
JoinTest::testBasePlugin in core/modules/views/src/Tests/Plugin/JoinTest.php
Tests the join plugin base.
JoinTest::testExamplePlugin in core/modules/views/src/Tests/Plugin/JoinTest.php
Tests an example join plugin.
LocaleTranslationUiTest::testJavaScriptTranslation in core/modules/locale/src/Tests/LocaleTranslationUiTest.php
NodeTermData::query in core/modules/taxonomy/src/Plugin/views/relationship/NodeTermData.php
Called to implement a relationship in a query.
SearchQuery::countQuery in core/modules/search/src/SearchQuery.php
Builds the default count query for SearchQuery.
SelectCloneTest::testSelectConditionSubQueryCloning in core/modules/system/src/Tests/Database/SelectCloneTest.php
Test that subqueries as value within conditions are cloned properly.
SelectComplexTest::testCountQuery in core/modules/system/src/Tests/Database/SelectComplexTest.php
Tests that we can generate a count query from a built query.
SelectComplexTest::testCountQueryDistinct in core/modules/system/src/Tests/Database/SelectComplexTest.php
Tests that we can generate a count query from a query with distinct.
SelectComplexTest::testCountQueryFieldRemovals in core/modules/system/src/Tests/Database/SelectComplexTest.php
Tests that countQuery properly removes fields and expressions.
SelectComplexTest::testCountQueryGroupBy in core/modules/system/src/Tests/Database/SelectComplexTest.php
Tests that we can generate a count query from a query with GROUP BY.
SelectComplexTest::testCountQueryRemovals in core/modules/system/src/Tests/Database/SelectComplexTest.php
Tests that countQuery removes 'all_fields' statements and ordering clauses.
SelectComplexTest::testDefaultJoin in core/modules/system/src/Tests/Database/SelectComplexTest.php
Tests simple JOIN statements.
SelectComplexTest::testDistinct in core/modules/system/src/Tests/Database/SelectComplexTest.php
Tests distinct queries.
SelectComplexTest::testGroupBy in core/modules/system/src/Tests/Database/SelectComplexTest.php
Tests GROUP BY clauses.
SelectComplexTest::testGroupByAndHaving in core/modules/system/src/Tests/Database/SelectComplexTest.php
Tests GROUP BY and HAVING clauses together.
SelectComplexTest::testJoinSubquery in core/modules/system/src/Tests/Database/SelectComplexTest.php
Tests that we can join on a query.
SelectComplexTest::testLeftOuterJoin in core/modules/system/src/Tests/Database/SelectComplexTest.php
Tests LEFT OUTER joins.
SelectComplexTest::testNestedConditions in core/modules/system/src/Tests/Database/SelectComplexTest.php
Confirms that we can properly nest conditional clauses.
SelectComplexTest::testRange in core/modules/system/src/Tests/Database/SelectComplexTest.php
Tests range queries.
SelectComplexTest::testSelectWithRowCount in core/modules/system/src/Tests/Database/SelectComplexTest.php
Tests that rowCount() throws exception on SELECT query.
SelectOrderedTest::testSimpleSelectMultiOrdered in core/modules/system/src/Tests/Database/SelectOrderedTest.php
Tests multiple ORDER BY.
SelectOrderedTest::testSimpleSelectOrdered in core/modules/system/src/Tests/Database/SelectOrderedTest.php
Tests basic ORDER BY.
SelectOrderedTest::testSimpleSelectOrderedDesc in core/modules/system/src/Tests/Database/SelectOrderedTest.php
Tests ORDER BY descending.
SelectPagerDefaultTest::testInnerPagerQuery in core/modules/system/src/Tests/Database/SelectPagerDefaultTest.php
Confirms that a pager query results with an inner pager query are valid.
SelectSubqueryTest::testConditionSubquerySelect in core/modules/system/src/Tests/Database/SelectSubqueryTest.php
Tests that we can use a subquery in a WHERE clause.
SelectSubqueryTest::testFromSubquerySelect in core/modules/system/src/Tests/Database/SelectSubqueryTest.php
Tests that we can use a subquery in a FROM clause.
SelectSubqueryTest::testFromSubquerySelectWithLimit in core/modules/system/src/Tests/Database/SelectSubqueryTest.php
Tests that we can use a subquery in a FROM clause with a LIMIT.
SelectSubqueryTest::testJoinSubquerySelect in core/modules/system/src/Tests/Database/SelectSubqueryTest.php
Tests that we can use a subquery in a JOIN clause.
SelectTest::testSelectDuplicateAlias in core/modules/system/src/Tests/Database/SelectTest.php
Tests that aliases are renamed when they are duplicates.
SelectTest::testSimpleSelect in core/modules/system/src/Tests/Database/SelectTest.php
Tests rudimentary SELECT statements.
SelectTest::testSimpleSelectConditional in core/modules/system/src/Tests/Database/SelectTest.php
Tests basic conditionals on SELECT statements.
SelectTest::testSimpleSelectExpression in core/modules/system/src/Tests/Database/SelectTest.php
Tests SELECT statements with expressions.
SelectTest::testSimpleSelectExpressionMultiple in core/modules/system/src/Tests/Database/SelectTest.php
Tests SELECT statements with multiple expressions.
SerializeQueryTest::testSerializeQuery in core/modules/system/src/Tests/Database/SerializeQueryTest.php
Confirms that a query can be serialized and unserialized.
ShortcutSetStorage::getAssignedToUser in core/modules/shortcut/src/ShortcutSetStorage.php
Get the name of the set assigned to this user.
statistics_title_list in core/modules/statistics/statistics.module
Returns the most viewed content of all time, today, or the last-viewed node.
TaggingTest::testHasAllTags in core/modules/system/src/Tests/Database/TaggingTest.php
Tests query tagging "has all of these tags" functionality.
TaggingTest::testHasAnyTag in core/modules/system/src/Tests/Database/TaggingTest.php
Tests query tagging "has at least one of these tags" functionality.
TaggingTest::testHasTag in core/modules/system/src/Tests/Database/TaggingTest.php
Confirms that a query has a tag added to it.
TaggingTest::testMetaData in core/modules/system/src/Tests/Database/TaggingTest.php
Tests that we can attach metadata to a query object.
TaxonomyIndexTidDepth::query in core/modules/taxonomy/src/Plugin/views/filter/TaxonomyIndexTidDepth.php
Add this filter to the query.
taxonomy_tokens in core/modules/taxonomy/taxonomy.tokens.inc
Implements hook_tokens().
TermStorage::getNodeTerms in core/modules/taxonomy/src/TermStorage.php
Returns all terms used to tag some given nodes.
UpdateComplexTest::testSubSelectUpdate in core/modules/system/src/Tests/Database/UpdateComplexTest.php
Test UPDATE with a subselect value.
UserDeleteTest::testUserDeleteMultiple in core/modules/user/src/Tests/UserDeleteTest.php
Test deleting multiple users.
UserUid::query in core/modules/comment/src/Plugin/views/filter/UserUid.php
Add this filter to the query.