Search for select
- Search 9.5.x for select
- Search 8.9.x for select
- Search 10.3.x for select
- Search 11.x for select
- Other projects
| Title | Object type | File name | Summary |
|---|---|---|---|
| DatabaseSelectSubqueryTestCase | class | modules/ |
Test case for subselects in a dynamic SELECT query. |
| DatabaseSelectSubqueryTestCase::getInfo | function | modules/ |
|
| DatabaseSelectSubqueryTestCase::testConditionSubquerySelect | function | modules/ |
Test that we can use a subquery in a WHERE clause. |
| DatabaseSelectSubqueryTestCase::testExistsSubquerySelect | function | modules/ |
Test EXISTS subquery conditionals on SELECT statements. |
| DatabaseSelectSubqueryTestCase::testFromSubquerySelect | function | modules/ |
Test that we can use a subquery in a FROM clause. |
| DatabaseSelectSubqueryTestCase::testFromSubquerySelectWithLimit | function | modules/ |
Test that we can use a subquery in a FROM clause with a limit. |
| DatabaseSelectSubqueryTestCase::testJoinSubquerySelect | function | modules/ |
Test that we can use a subquery in a JOIN clause. |
| DatabaseSelectSubqueryTestCase::testNotExistsSubquerySelect | function | modules/ |
Test NOT EXISTS subquery conditionals on SELECT statements. |
| DatabaseSelectTableSortDefaultTestCase | class | modules/ |
|
| DatabaseSelectTableSortDefaultTestCase::getInfo | function | modules/ |
|
| DatabaseSelectTableSortDefaultTestCase::testTableSortDefaultSort | function | modules/ |
Confirm that if a sort is not set in a tableselect form there is no error thrown when using the default. |
| DatabaseSelectTableSortDefaultTestCase::testTableSortQuery | function | modules/ |
Confirm that a tablesort query returns the correct results. |
| DatabaseSelectTableSortDefaultTestCase::testTableSortQueryFirst | function | modules/ |
Confirm that if a tablesort's orderByHeader is called before another orderBy, that the header happens first. |
| DatabaseSelectTestCase | class | modules/ |
Test the SELECT builder. |
| DatabaseSelectTestCase::getInfo | function | modules/ |
|
| DatabaseSelectTestCase::makeCommentsProvider | function | modules/ |
Provides expected and input values for testVulnerableComment(). |
| DatabaseSelectTestCase::testNotNullCondition | function | modules/ |
Test that we can find a record without a NULL value. |
| DatabaseSelectTestCase::testNullCondition | function | modules/ |
Test that we can find a record with a NULL value. |
| DatabaseSelectTestCase::testRandomOrder | function | modules/ |
Test that random ordering of queries works. |
| DatabaseSelectTestCase::testSelectDuplicateAlias | function | modules/ |
Test that aliases are renamed when duplicates. |
| DatabaseSelectTestCase::testSimpleComment | function | modules/ |
Test rudimentary SELECT statement with a COMMENT. |
| DatabaseSelectTestCase::testSimpleSelect | function | modules/ |
Test rudimentary SELECT statements. |
| DatabaseSelectTestCase::testSimpleSelectAllFields | function | modules/ |
Test adding all fields from a given table to a select statement. |
| DatabaseSelectTestCase::testSimpleSelectConditional | function | modules/ |
Test basic conditionals on SELECT statements. |
| DatabaseSelectTestCase::testSimpleSelectExpression | function | modules/ |
Test SELECT statements with expressions. |
| DatabaseSelectTestCase::testSimpleSelectExpressionMultiple | function | modules/ |
Test SELECT statements with multiple expressions. |
| DatabaseSelectTestCase::testSimpleSelectMultipleFields | function | modules/ |
Test adding multiple fields to a select statement at the same time. |
| DatabaseSelectTestCase::testUnion | function | modules/ |
Test that we can UNION multiple Select queries together. This is semantically equal to UNION DISTINCT, so we don't explicitly test that. |
| DatabaseSelectTestCase::testUnionAll | function | modules/ |
Test that we can UNION ALL multiple Select queries together. |
| DatabaseSelectTestCase::testUnionOrder | function | modules/ |
Tests that we can UNION multiple Select queries together and set the ORDER. |
| DatabaseSelectTestCase::testUnionOrderLimit | function | modules/ |
Tests that we can UNION multiple Select queries together with a LIMIT. |
| DatabaseSelectTestCase::testVulnerableComment | function | modules/ |
Test query COMMENT system against vulnerabilities. |
| db_select | function | includes/ |
Returns a new SelectQuery object for the active database. |
| DrupalWebTestCase::assertNoOptionSelected | function | modules/ |
Asserts that a select option in the current page is not checked. |
| DrupalWebTestCase::assertOptionSelected | function | modules/ |
Asserts that a select option in the current page is checked. |
| DrupalWebTestCase::getSelectedItem | function | modules/ |
Get the selected value from a select field. |
| DRUPAL_USER_TIMEZONE_SELECT | constant | modules/ |
New users will select their own timezone at registration. |
| DRUPAL_WEIGHT_SELECT_MAX | constant | modules/ |
Maximum number of values in a weight select element. |
| FormsElementsTableSelectFunctionalTest | class | modules/ |
Test the tableselect form element for expected behavior. |
| FormsElementsTableSelectFunctionalTest::formSubmitHelper | function | modules/ |
Helper function for the option check test to submit a form while collecting errors. |
| FormsElementsTableSelectFunctionalTest::getInfo | function | modules/ |
|
| FormsElementsTableSelectFunctionalTest::setUp | function | modules/ |
Sets up a Drupal site for running functional and integration tests. |
| FormsElementsTableSelectFunctionalTest::testAdvancedSelect | function | modules/ |
Test the #js_select property. |
| FormsElementsTableSelectFunctionalTest::testAjax | function | modules/ |
Test presence of ajax functionality |
| FormsElementsTableSelectFunctionalTest::testEmptyText | function | modules/ |
Test the display of the #empty text when #options is an empty array. |
| FormsElementsTableSelectFunctionalTest::testMultipleFalse | function | modules/ |
Test the display of radios when #multiple is FALSE. |
| FormsElementsTableSelectFunctionalTest::testMultipleFalseOptionchecker | function | modules/ |
Test the whether the option checker gives an error on invalid tableselect values for radios. |
| FormsElementsTableSelectFunctionalTest::testMultipleFalseSubmit | function | modules/ |
Test submission of values when #multiple is FALSE. |
| FormsElementsTableSelectFunctionalTest::testMultipleTrue | function | modules/ |
Test the display of checkboxes when #multiple is TRUE. |
| FormsElementsTableSelectFunctionalTest::testMultipleTrueOptionchecker | function | modules/ |
Test the whether the option checker gives an error on invalid tableselect values for checkboxes. |
Pagination
- Previous page
- Page 2
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.