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
FormsElementsTableSelectFunctionalTest::testMultipleTrueSubmit function modules/simpletest/tests/form.test Test the submission of single and multiple values when #multiple is TRUE.
FormsTestCase::testSelect function modules/simpletest/tests/form.test Tests validation of #type 'select' elements.
form_process_select function includes/form.inc Processes a select list form element.
form_process_tableselect function includes/form.inc Creates checkbox or radio elements to populate a tableselect table.
form_select_options function includes/form.inc Converts an array of options into HTML, for use in select list form elements.
form_test_select function modules/simpletest/tests/form_test.module Builds a form to test #type 'select' validation.
form_test_select_submit function modules/simpletest/tests/form_test.module Form submit handler for form_test_select().
form_type_select_value function includes/form.inc Determines the value for a select form element.
form_type_tableselect_value function includes/form.inc Determines the value for a tableselect form element.
install_select_locale function includes/install.core.inc Installation task; select which locale to use for the current profile.
install_select_locale_form function includes/install.core.inc Form constructor for the language selection form.
install_select_profile function includes/install.core.inc Selects which profile to install.
install_select_profile_form function includes/install.core.inc Form constructor for the profile selection form.
jquery.ui.selectable.css file misc/ui/jquery.ui.selectable.css /*
* jQuery UI Selectable 1.8.7
*
* Copyright 2010, AUTHORS.txt (http://jqueryui.com/about)
* Dual licensed under the MIT or GPL Version 2 licenses.
* http://jquery.org/license
*
* http://docs.jquery.com/UI/Selectable#theming
locale_language_selector_form function modules/locale/locale.module Form builder callback to display language selection widget.
OptionsSelectDynamicValuesTestCase class modules/field/modules/options/options.test Test an options select on a list field with a dynamic allowed values function.
OptionsSelectDynamicValuesTestCase::getInfo function modules/field/modules/options/options.test
OptionsSelectDynamicValuesTestCase::testSelectListDynamic function modules/field/modules/options/options.test Tests the 'options_select' widget (single select).
OptionsWidgetsTestCase::testSelectListMultiple function modules/field/modules/options/options.test Tests the 'options_select' widget (multiple select).
OptionsWidgetsTestCase::testSelectListSingle function modules/field/modules/options/options.test Tests the 'options_select' widget (single select).
ProfileTestSelect class modules/profile/profile.test
ProfileTestSelect::getInfo function modules/profile/profile.test
ProfileTestSelect::testProfileSelectionField function modules/profile/profile.test Create a list selection field, give it a value, update and delete the field.
select.inc file includes/database/select.inc
select.inc file includes/database/sqlite/select.inc Select builder for SQLite embedded database engine.
select.inc file includes/database/pgsql/select.inc Select builder for PostgreSQL database engine.
SelectQuery class includes/database/select.inc Query builder for SELECT statements.
SelectQuery::$alterMetaData property includes/database/select.inc The query metadata for alter purposes.
SelectQuery::$alterTags property includes/database/select.inc The query tags.
SelectQuery::$distinct property includes/database/select.inc Whether or not this query should be DISTINCT
SelectQuery::$expressions property includes/database/select.inc The expressions to SELECT as virtual fields.
SelectQuery::$fields property includes/database/select.inc The fields to SELECT.
SelectQuery::$forUpdate property includes/database/select.inc The FOR UPDATE status
SelectQuery::$group property includes/database/select.inc The fields by which to group.
SelectQuery::$having property includes/database/select.inc The conditional object for the HAVING clause.
SelectQuery::$order property includes/database/select.inc The fields by which to order this query.
SelectQuery::$prepared property includes/database/select.inc Indicates if preExecute() has already been called.
SelectQuery::$range property includes/database/select.inc The range limiters for this query.
SelectQuery::$tables property includes/database/select.inc The tables against which to JOIN.
SelectQuery::$union property includes/database/select.inc An array whose elements specify a query to UNION, and the UNION type. The
'type' key may be '', 'ALL', or 'DISTINCT' to represent a 'UNION',
'UNION ALL', or 'UNION DISTINCT'…
SelectQuery::$where property includes/database/select.inc The conditional object for the WHERE clause.
SelectQuery::addExpression function includes/database/select.inc Adds an expression to the list of "fields" to be SELECTed.
SelectQuery::addField function includes/database/select.inc Adds a field to the list to be SELECTed.
SelectQuery::addJoin function includes/database/select.inc Join against another table in the database.
SelectQuery::addMetaData function includes/database/select.inc Adds additional metadata to the query.
SelectQuery::addTag function includes/database/select.inc Adds a tag to a query.
SelectQuery::arguments function includes/database/select.inc Gets a complete list of all values to insert into the prepared statement.
SelectQuery::compile function includes/database/select.inc Compiles the saved conditions for later retrieval.
SelectQuery::compiled function includes/database/select.inc Check whether a condition has been previously compiled.
SelectQuery::condition function includes/database/select.inc Helper function: builds the most common conditional clauses.

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