Search for select

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

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.