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 |
|---|---|---|---|
| FormsElementsTableSelectFunctionalTest::testMultipleTrueSubmit | function | modules/ |
Test the submission of single and multiple values when #multiple is TRUE. |
| FormsTestCase::testSelect | function | modules/ |
Tests validation of #type 'select' elements. |
| form_process_select | function | includes/ |
Processes a select list form element. |
| form_process_tableselect | function | includes/ |
Creates checkbox or radio elements to populate a tableselect table. |
| form_select_options | function | includes/ |
Converts an array of options into HTML, for use in select list form elements. |
| form_test_select | function | modules/ |
Builds a form to test #type 'select' validation. |
| form_test_select_submit | function | modules/ |
Form submit handler for form_test_select(). |
| form_type_select_value | function | includes/ |
Determines the value for a select form element. |
| form_type_tableselect_value | function | includes/ |
Determines the value for a tableselect form element. |
| install_select_locale | function | includes/ |
Installation task; select which locale to use for the current profile. |
| install_select_locale_form | function | includes/ |
Form constructor for the language selection form. |
| install_select_profile | function | includes/ |
Selects which profile to install. |
| install_select_profile_form | function | includes/ |
Form constructor for the profile selection form. |
| jquery.ui.selectable.css | file | misc/ |
/* * 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/ |
Form builder callback to display language selection widget. |
| OptionsSelectDynamicValuesTestCase | class | modules/ |
Test an options select on a list field with a dynamic allowed values function. |
| OptionsSelectDynamicValuesTestCase::getInfo | function | modules/ |
|
| OptionsSelectDynamicValuesTestCase::testSelectListDynamic | function | modules/ |
Tests the 'options_select' widget (single select). |
| OptionsWidgetsTestCase::testSelectListMultiple | function | modules/ |
Tests the 'options_select' widget (multiple select). |
| OptionsWidgetsTestCase::testSelectListSingle | function | modules/ |
Tests the 'options_select' widget (single select). |
| ProfileTestSelect | class | modules/ |
|
| ProfileTestSelect::getInfo | function | modules/ |
|
| ProfileTestSelect::testProfileSelectionField | function | modules/ |
Create a list selection field, give it a value, update and delete the field. |
| select.inc | file | includes/ |
|
| select.inc | file | includes/ |
Select builder for SQLite embedded database engine. |
| select.inc | file | includes/ |
Select builder for PostgreSQL database engine. |
| SelectQuery | class | includes/ |
Query builder for SELECT statements. |
| SelectQuery::$alterMetaData | property | includes/ |
The query metadata for alter purposes. |
| SelectQuery::$alterTags | property | includes/ |
The query tags. |
| SelectQuery::$distinct | property | includes/ |
Whether or not this query should be DISTINCT |
| SelectQuery::$expressions | property | includes/ |
The expressions to SELECT as virtual fields. |
| SelectQuery::$fields | property | includes/ |
The fields to SELECT. |
| SelectQuery::$forUpdate | property | includes/ |
The FOR UPDATE status |
| SelectQuery::$group | property | includes/ |
The fields by which to group. |
| SelectQuery::$having | property | includes/ |
The conditional object for the HAVING clause. |
| SelectQuery::$order | property | includes/ |
The fields by which to order this query. |
| SelectQuery::$prepared | property | includes/ |
Indicates if preExecute() has already been called. |
| SelectQuery::$range | property | includes/ |
The range limiters for this query. |
| SelectQuery::$tables | property | includes/ |
The tables against which to JOIN. |
| SelectQuery::$union | property | includes/ |
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/ |
The conditional object for the WHERE clause. |
| SelectQuery::addExpression | function | includes/ |
Adds an expression to the list of "fields" to be SELECTed. |
| SelectQuery::addField | function | includes/ |
Adds a field to the list to be SELECTed. |
| SelectQuery::addJoin | function | includes/ |
Join against another table in the database. |
| SelectQuery::addMetaData | function | includes/ |
Adds additional metadata to the query. |
| SelectQuery::addTag | function | includes/ |
Adds a tag to a query. |
| SelectQuery::arguments | function | includes/ |
Gets a complete list of all values to insert into the prepared statement. |
| SelectQuery::compile | function | includes/ |
Compiles the saved conditions for later retrieval. |
| SelectQuery::compiled | function | includes/ |
Check whether a condition has been previously compiled. |
| SelectQuery::condition | function | includes/ |
Helper function: builds the most common conditional clauses. |
Pagination
- Previous page
- Page 3
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.