Search for select
- Search 7.x for select
- Search 9.5.x for select
- Search 10.3.x for select
- Search 11.x for select
- Other projects
Exact matches
Title | Object type | File name | Summary |
---|---|---|---|
Select | class | core/ |
MySQL test implementation of \Drupal\Core\Database\Query\Select. |
Select | class | core/ |
PostgreSQL implementation of \Drupal\Core\Database\Query\Select. |
Select | class | core/ |
|
Select | class | core/ |
Provides a form element for a drop-down menu or scrolling selection box. |
Select | class | core/ |
SQLite implementation of \Drupal\Core\Database\Query\Select. |
Select | class | core/ |
MySQL implementation of \Drupal\Core\Database\Query\Select. |
Select | class | core/ |
PostgreSQL implementation of \Drupal\Core\Database\Query\Select. |
Select | class | core/ |
Query builder for SELECT statements. |
All search results
Title | Object type | File name | Summary |
---|---|---|---|
SelectProfileForm::buildForm | function | core/ |
Form constructor. |
SelectProfileForm::CONFIG_INSTALL_PROFILE_KEY | constant | core/ |
The key used in the profile list for the install from config option. |
SelectProfileForm::getFormId | function | core/ |
Returns a unique string identifying the form. |
SelectProfileForm::submitForm | function | core/ |
Form submission handler. |
SelectProfileFormTest | class | core/ |
Tests the select profile form. |
SelectProfileFormTest.php | file | core/ |
|
SelectProfileFormTest::initMink | function | core/ |
Initializes Mink sessions. |
SelectProfileFormTest::refreshVariables | function | core/ |
BrowserTestBase::refreshVariables() tries to operate on persistent storage, which is only available after the installer completed. |
SelectProfileFormTest::setUp | function | core/ |
|
SelectProfileFormTest::testUmamiProfileWarningMessage | function | core/ |
Tests a warning message is displayed when the Umami profile is selected. |
SelectSubqueryTest | class | core/ |
Tests the Select query builder. |
SelectSubqueryTest.php | file | core/ |
|
SelectSubqueryTest::testConditionSubquerySelect | function | core/ |
Tests that we can use a subquery with an IN operator in a WHERE clause. |
SelectSubqueryTest::testConditionSubquerySelect2 | function | core/ |
Test that we can use a subquery with a relational operator in a WHERE clause. |
SelectSubqueryTest::testConditionSubquerySelect3 | function | core/ |
Test that we can use 2 subqueries with a relational operator in a WHERE clause. |
SelectSubqueryTest::testConditionSubquerySelect4 | function | core/ |
Test that we can use multiple subqueries. |
SelectSubqueryTest::testExistsSubquerySelect | function | core/ |
Tests EXISTS subquery conditionals on SELECT statements. |
SelectSubqueryTest::testFromSubquerySelect | function | core/ |
Tests that we can use a subquery in a FROM clause. |
SelectSubqueryTest::testFromSubquerySelectWithLimit | function | core/ |
Tests that we can use a subquery in a FROM clause with a LIMIT. |
SelectSubqueryTest::testJoinSubquerySelect | function | core/ |
Tests that we can use a subquery in a JOIN clause. |
SelectSubqueryTest::testNotExistsSubquerySelect | function | core/ |
Tests NOT EXISTS subquery conditionals on SELECT statements. |
SelectTableSortDefaultTest | class | core/ |
Tests the tablesort query extender. |
SelectTableSortDefaultTest.php | file | core/ |
|
SelectTableSortDefaultTest::$defaultTheme | property | core/ |
The theme to install as the default for testing. |
SelectTableSortDefaultTest::testTableSortDefaultSort | function | core/ |
Confirms that tableselect is rendered without error. |
SelectTableSortDefaultTest::testTableSortQuery | function | core/ |
Confirms that a tablesort query returns the correct results. |
SelectTableSortDefaultTest::testTableSortQueryFirst | function | core/ |
Confirms precedence of tablesorts headers. |
SelectTest | class | core/ |
Tests the Select query builder. |
SelectTest.php | file | core/ |
|
SelectTest::makeCommentsProvider | function | core/ |
Provides expected and input values for testVulnerableComment(). |
SelectTest::providerRegularExpressionCondition | function | core/ |
Data provider for testRegularExpressionCondition(). |
SelectTest::testAlwaysFalseCondition | function | core/ |
Tests that we can force a query to return an empty result. |
SelectTest::testEmptyInCondition | function | core/ |
Tests thrown exception for IN query conditions with an empty array. |
SelectTest::testExtenderAlwaysFalseCondition | function | core/ |
Tests that we can force an extended query to return an empty result. |
SelectTest::testInvalidSelectCount | function | core/ |
Tests that an invalid count query throws an exception. |
SelectTest::testIsNotNullCondition | function | core/ |
Tests that we can find a record without a NULL value. |
SelectTest::testIsNullCondition | function | core/ |
Tests that we can find a record with a NULL value. |
SelectTest::testNullCondition | function | core/ |
Tests that a comparison with NULL is always FALSE. |
SelectTest::testRandomOrder | function | core/ |
Tests that random ordering of queries works. |
SelectTest::testRegularExpressionCondition | function | core/ |
Tests that filter by 'REGEXP' and 'NOT REGEXP' works as expected. |
SelectTest::testSelectDuplicateAlias | function | core/ |
Tests that aliases are renamed when they are duplicates. |
SelectTest::testSimpleComment | function | core/ |
Tests rudimentary SELECT statement with a COMMENT. |
SelectTest::testSimpleSelect | function | core/ |
Tests rudimentary SELECT statements. |
SelectTest::testSimpleSelectAllFields | function | core/ |
Tests adding all fields from a given table to a SELECT statement. |
SelectTest::testSimpleSelectConditional | function | core/ |
Tests basic conditionals on SELECT statements. |
SelectTest::testSimpleSelectExpression | function | core/ |
Tests SELECT statements with expressions. |
SelectTest::testSimpleSelectExpressionMultiple | function | core/ |
Tests SELECT statements with multiple expressions. |
SelectTest::testSimpleSelectMultipleFields | function | core/ |
Tests adding multiple fields to a SELECT statement at the same time. |
SelectTest::testUnion | function | core/ |
Tests that we can UNION multiple Select queries together. |
SelectTest::testUnionAll | function | core/ |
Tests that we can UNION ALL multiple SELECT queries together. |
Pagination
- Previous page
- Page 16
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.