| SelectExtenderTest.php |
file |
core/tests/Drupal/KernelTests/Core/Database/SelectExtenderTest.php |
|
| SelectExtenderTest::providerExtend |
function |
core/tests/Drupal/KernelTests/Core/Database/SelectExtenderTest.php |
Data provider for testExtend(). |
| SelectExtenderTest::testExtend |
function |
core/tests/Drupal/KernelTests/Core/Database/SelectExtenderTest.php |
Tests extend. |
| SelectGetRangeTest |
class |
core/tests/Drupal/KernelTests/Core/Database/SelectGetRangeTest.php |
Tests SelectInterface::getRange(). |
| SelectGetRangeTest.php |
file |
core/tests/Drupal/KernelTests/Core/Database/SelectGetRangeTest.php |
|
| SelectGetRangeTest::testGetRangeReferenceOnSelect |
function |
core/tests/Drupal/KernelTests/Core/Database/SelectGetRangeTest.php |
Ensures getRange() returns NULL by default. |
| SelectGetRangeTest::testGetRangeReferenceOnSelectExtender |
function |
core/tests/Drupal/KernelTests/Core/Database/SelectGetRangeTest.php |
Ensures SelectExtender::getRange() delegates and returns a live reference. |
| SelectionTest |
class |
core/modules/field/tests/src/Functional/EntityReference/Views/SelectionTest.php |
Tests entity reference selection handler. |
| SelectionTest |
class |
core/modules/field/tests/src/Kernel/EntityReference/Views/SelectionTest.php |
Tests entity reference selection handler. |
| SelectionTest.php |
file |
core/modules/field/tests/src/Kernel/EntityReference/Views/SelectionTest.php |
|
| SelectionTest.php |
file |
core/modules/field/tests/src/Functional/EntityReference/Views/SelectionTest.php |
|
| SelectionTest::$defaultTheme |
property |
core/modules/field/tests/src/Functional/EntityReference/Views/SelectionTest.php |
The theme to install as the default for testing. |
| SelectionTest::$handlerSettings |
property |
core/modules/field/tests/src/Functional/EntityReference/Views/SelectionTest.php |
The handler settings for the entity reference field. |
| SelectionTest::$modules |
property |
core/modules/field/tests/src/Functional/EntityReference/Views/SelectionTest.php |
Modules to install. |
| SelectionTest::$modules |
property |
core/modules/field/tests/src/Kernel/EntityReference/Views/SelectionTest.php |
Modules to install. |
| SelectionTest::$nodes |
property |
core/modules/field/tests/src/Kernel/EntityReference/Views/SelectionTest.php |
Nodes for testing. |
| SelectionTest::$nodes |
property |
core/modules/field/tests/src/Functional/EntityReference/Views/SelectionTest.php |
An array of node titles, keyed by content type and node ID. |
| SelectionTest::$selectionHandler |
property |
core/modules/field/tests/src/Kernel/EntityReference/Views/SelectionTest.php |
The selection handler. |
| SelectionTest::assertResults |
function |
core/modules/field/tests/src/Kernel/EntityReference/Views/SelectionTest.php |
Confirm the expected results are returned. |
| SelectionTest::setUp |
function |
core/modules/field/tests/src/Kernel/EntityReference/Views/SelectionTest.php |
|
| SelectionTest::setUp |
function |
core/modules/field/tests/src/Functional/EntityReference/Views/SelectionTest.php |
|
| SelectionTest::testAnchorTagStripping |
function |
core/modules/field/tests/src/Kernel/EntityReference/Views/SelectionTest.php |
Tests the anchor tag stripping. |
| SelectionTest::testAutocompleteOutput |
function |
core/modules/field/tests/src/Functional/EntityReference/Views/SelectionTest.php |
Tests that the Views selection handles the views output properly. |
| SelectionTest::testSelectionHandler |
function |
core/modules/field/tests/src/Kernel/EntityReference/Views/SelectionTest.php |
Tests the selection handler. |
| SelectLeastTest |
class |
core/tests/Drupal/KernelTests/Core/Database/SelectLeastTest.php |
Tests the SQL LEAST operator. |
| SelectLeastTest.php |
file |
core/tests/Drupal/KernelTests/Core/Database/SelectLeastTest.php |
|
| SelectLeastTest::selectLeastProvider |
function |
core/tests/Drupal/KernelTests/Core/Database/SelectLeastTest.php |
Provides data for testing the LEAST operator. |
| SelectLeastTest::testSelectLeast |
function |
core/tests/Drupal/KernelTests/Core/Database/SelectLeastTest.php |
Tests the SQL LEAST operator. |
| SelectOrderedTest |
class |
core/tests/Drupal/KernelTests/Core/Database/SelectOrderedTest.php |
Tests the Select query builder. |
| SelectOrderedTest.php |
file |
core/tests/Drupal/KernelTests/Core/Database/SelectOrderedTest.php |
|
| SelectOrderedTest::testSimpleSelectMultiOrdered |
function |
core/tests/Drupal/KernelTests/Core/Database/SelectOrderedTest.php |
Tests multiple ORDER BY. |
| SelectOrderedTest::testSimpleSelectOrdered |
function |
core/tests/Drupal/KernelTests/Core/Database/SelectOrderedTest.php |
Tests basic ORDER BY. |
| SelectOrderedTest::testSimpleSelectOrderedDesc |
function |
core/tests/Drupal/KernelTests/Core/Database/SelectOrderedTest.php |
Tests ORDER BY descending. |
| SelectPagerDefaultTest |
class |
core/modules/system/tests/src/Functional/Database/SelectPagerDefaultTest.php |
Tests the pager query select extender. |
| SelectPagerDefaultTest.php |
file |
core/modules/system/tests/src/Functional/Database/SelectPagerDefaultTest.php |
|
| SelectPagerDefaultTest::$defaultTheme |
property |
core/modules/system/tests/src/Functional/Database/SelectPagerDefaultTest.php |
The theme to install as the default for testing. |
| SelectPagerDefaultTest::testElementNumbers |
function |
core/modules/system/tests/src/Functional/Database/SelectPagerDefaultTest.php |
Confirms that every pager gets a valid, non-overlapping element ID. |
| SelectPagerDefaultTest::testEvenPagerQuery |
function |
core/modules/system/tests/src/Functional/Database/SelectPagerDefaultTest.php |
Confirms that a pager query returns the correct results. |
| SelectPagerDefaultTest::testHavingPagerQuery |
function |
core/modules/system/tests/src/Functional/Database/SelectPagerDefaultTest.php |
Confirms that a paging query results with a having expression are valid. |
| SelectPagerDefaultTest::testInnerPagerQuery |
function |
core/modules/system/tests/src/Functional/Database/SelectPagerDefaultTest.php |
Confirms that a pager query results with an inner pager query are valid. |
| SelectPagerDefaultTest::testOddPagerQuery |
function |
core/modules/system/tests/src/Functional/Database/SelectPagerDefaultTest.php |
Confirms that a pager query returns the correct results. |
| SelectSubqueryTest |
class |
core/tests/Drupal/KernelTests/Core/Database/SelectSubqueryTest.php |
Tests the Select query builder. |
| SelectSubqueryTest.php |
file |
core/tests/Drupal/KernelTests/Core/Database/SelectSubqueryTest.php |
|
| SelectSubqueryTest::testConditionSubquerySelect |
function |
core/tests/Drupal/KernelTests/Core/Database/SelectSubqueryTest.php |
Tests that we can use a subquery with an IN operator in a WHERE clause. |
| SelectSubqueryTest::testConditionSubquerySelect2 |
function |
core/tests/Drupal/KernelTests/Core/Database/SelectSubqueryTest.php |
Tests we can use a subquery with a relational operator in a WHERE clause. |
| SelectSubqueryTest::testConditionSubquerySelect3 |
function |
core/tests/Drupal/KernelTests/Core/Database/SelectSubqueryTest.php |
Tests we can use 2 subqueries with a relational operator in a WHERE clause. |
| SelectSubqueryTest::testConditionSubquerySelect4 |
function |
core/tests/Drupal/KernelTests/Core/Database/SelectSubqueryTest.php |
Tests that we can use multiple subqueries. |
| SelectSubqueryTest::testExistsSubquerySelect |
function |
core/tests/Drupal/KernelTests/Core/Database/SelectSubqueryTest.php |
Tests EXISTS subquery conditionals on SELECT statements. |
| SelectSubqueryTest::testFromSubquerySelect |
function |
core/tests/Drupal/KernelTests/Core/Database/SelectSubqueryTest.php |
Tests that we can use a subquery in a FROM clause. |
| SelectSubqueryTest::testFromSubquerySelectWithLimit |
function |
core/tests/Drupal/KernelTests/Core/Database/SelectSubqueryTest.php |
Tests that we can use a subquery in a FROM clause with a LIMIT. |