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. |
SelectSubqueryTest::testJoinSubquerySelect |
function |
core/tests/Drupal/KernelTests/Core/Database/SelectSubqueryTest.php |
Tests that we can use a subquery in a JOIN clause. |
SelectSubqueryTest::testNotExistsSubquerySelect |
function |
core/tests/Drupal/KernelTests/Core/Database/SelectSubqueryTest.php |
Tests NOT EXISTS subquery conditionals on SELECT statements. |
SelectTableSortDefaultTest |
class |
core/modules/system/tests/src/Functional/Database/SelectTableSortDefaultTest.php |
Tests the tablesort query extender. |
SelectTableSortDefaultTest.php |
file |
core/modules/system/tests/src/Functional/Database/SelectTableSortDefaultTest.php |
|
SelectTableSortDefaultTest::$defaultTheme |
property |
core/modules/system/tests/src/Functional/Database/SelectTableSortDefaultTest.php |
The theme to install as the default for testing. |
SelectTableSortDefaultTest::testTableSortDefaultSort |
function |
core/modules/system/tests/src/Functional/Database/SelectTableSortDefaultTest.php |
Confirms that tableselect is rendered without error. |
SelectTableSortDefaultTest::testTableSortQuery |
function |
core/modules/system/tests/src/Functional/Database/SelectTableSortDefaultTest.php |
Confirms that a tablesort query returns the correct results. |
SelectTableSortDefaultTest::testTableSortQueryFirst |
function |
core/modules/system/tests/src/Functional/Database/SelectTableSortDefaultTest.php |
Confirms precedence of tablesorts headers. |
SelectTest |
class |
core/tests/Drupal/KernelTests/Core/Database/SelectTest.php |
Tests the Select query builder. |
SelectTest.php |
file |
core/tests/Drupal/KernelTests/Core/Database/SelectTest.php |
|
SelectTest::makeCommentsProvider |
function |
core/tests/Drupal/KernelTests/Core/Database/SelectTest.php |
Provides expected and input values for testVulnerableComment(). |
SelectTest::providerNonArrayOperatorWithArrayValueCondition |
function |
core/tests/Drupal/KernelTests/Core/Database/SelectTest.php |
Data provider for testNonArrayOperatorWithArrayValueCondition(). |
SelectTest::providerRegularExpressionCondition |
function |
core/tests/Drupal/KernelTests/Core/Database/SelectTest.php |
Data provider for testRegularExpressionCondition(). |
SelectTest::testAlwaysFalseCondition |
function |
core/tests/Drupal/KernelTests/Core/Database/SelectTest.php |
Tests that we can force a query to return an empty result. |
SelectTest::testEmptyInCondition |
function |
core/tests/Drupal/KernelTests/Core/Database/SelectTest.php |
Tests thrown exception for IN query conditions with an empty array. |
SelectTest::testExtenderAlwaysFalseCondition |
function |
core/tests/Drupal/KernelTests/Core/Database/SelectTest.php |
Tests that we can force an extended query to return an empty result. |
SelectTest::testInvalidSelectCount |
function |
core/tests/Drupal/KernelTests/Core/Database/SelectTest.php |
Tests that an invalid count query throws an exception. |
SelectTest::testIsNotNullCondition |
function |
core/tests/Drupal/KernelTests/Core/Database/SelectTest.php |
Tests that we can find a record without a NULL value. |
SelectTest::testIsNullCondition |
function |
core/tests/Drupal/KernelTests/Core/Database/SelectTest.php |
Tests that we can find a record with a NULL value. |
SelectTest::testNonArrayOperatorWithArrayValueCondition |
function |
core/tests/Drupal/KernelTests/Core/Database/SelectTest.php |
Tests thrown exception for non array operator conditions with array value. |
SelectTest::testNonArrayOperatorWithArrayValueConditionDeprecated |
function |
core/tests/Drupal/KernelTests/Core/Database/SelectTest.php |
Tests thrown exception for non array operator conditions with array value. |
SelectTest::testNullCondition |
function |
core/tests/Drupal/KernelTests/Core/Database/SelectTest.php |
Tests that a comparison with NULL is always FALSE. |
SelectTest::testRandomOrder |
function |
core/tests/Drupal/KernelTests/Core/Database/SelectTest.php |
Tests that random ordering of queries works. |
SelectTest::testRegularExpressionCondition |
function |
core/tests/Drupal/KernelTests/Core/Database/SelectTest.php |
Tests that filter by 'REGEXP' and 'NOT REGEXP' works as expected. |
SelectTest::testSelectDuplicateAlias |
function |
core/tests/Drupal/KernelTests/Core/Database/SelectTest.php |
Tests that aliases are renamed when they are duplicates. |
SelectTest::testSimpleComment |
function |
core/tests/Drupal/KernelTests/Core/Database/SelectTest.php |
Tests rudimentary SELECT statement with a COMMENT. |
SelectTest::testSimpleSelect |
function |
core/tests/Drupal/KernelTests/Core/Database/SelectTest.php |
Tests rudimentary SELECT statements. |
SelectTest::testSimpleSelectAllFields |
function |
core/tests/Drupal/KernelTests/Core/Database/SelectTest.php |
Tests adding all fields from a given table to a SELECT statement. |
SelectTest::testSimpleSelectConditional |
function |
core/tests/Drupal/KernelTests/Core/Database/SelectTest.php |
Tests basic conditionals on SELECT statements. |
SelectTest::testSimpleSelectExpression |
function |
core/tests/Drupal/KernelTests/Core/Database/SelectTest.php |
Tests SELECT statements with expressions. |
SelectTest::testSimpleSelectExpressionMultiple |
function |
core/tests/Drupal/KernelTests/Core/Database/SelectTest.php |
Tests SELECT statements with multiple expressions. |
SelectTest::testSimpleSelectMultipleFields |
function |
core/tests/Drupal/KernelTests/Core/Database/SelectTest.php |
Tests adding multiple fields to a SELECT statement at the same time. |
SelectTest::testUnion |
function |
core/tests/Drupal/KernelTests/Core/Database/SelectTest.php |
Tests that we can UNION multiple Select queries together. |
SelectTest::testUnionAll |
function |
core/tests/Drupal/KernelTests/Core/Database/SelectTest.php |
Tests that we can UNION ALL multiple SELECT queries together. |
SelectTest::testUnionCount |
function |
core/tests/Drupal/KernelTests/Core/Database/SelectTest.php |
Tests that we can get a count query for a UNION Select query. |
SelectTest::testUnionOrder |
function |
core/tests/Drupal/KernelTests/Core/Database/SelectTest.php |
Tests that we can UNION multiple Select queries together and set the ORDER. |
SelectTest::testUnionOrderLimit |
function |
core/tests/Drupal/KernelTests/Core/Database/SelectTest.php |
Tests that we can UNION multiple Select queries together with and a LIMIT. |
SelectTest::testVulnerableComment |
function |
core/tests/Drupal/KernelTests/Core/Database/SelectTest.php |
Tests query COMMENT system against vulnerabilities. |
SetDialogOptionCommand::$selector |
property |
core/lib/Drupal/Core/Ajax/SetDialogOptionCommand.php |
A CSS selector string. |
SettingsTrayTest::getBlockSelector |
function |
core/modules/settings_tray/tests/src/Functional/SettingsTrayTest.php |
Gets the block CSS selector. |
SettingsTrayTestBase::getBlockSelector |
function |
core/modules/settings_tray/tests/src/FunctionalJavascript/SettingsTrayTestBase.php |
Gets the block CSS selector. |
SettingsTrayTestBase::LABEL_INPUT_SELECTOR |
constant |
core/modules/settings_tray/tests/src/FunctionalJavascript/SettingsTrayTestBase.php |
|