Search for select

  1. Search 7.x for select
  2. Search 9.5.x for select
  3. Search 8.9.x for select
  4. Search 11.x for select
  5. Other projects

Exact matches

These are exact matches according to your search
Title Object type File name Summary
Select class core/modules/sqlite/src/Driver/Database/sqlite/Select.php SQLite implementation of \Drupal\Core\Database\Query\Select.
Select class core/modules/mysql/src/Driver/Database/mysql/Select.php MySQL implementation of \Drupal\Core\Database\Query\Select.
Select class core/modules/pgsql/src/Driver/Database/pgsql/Select.php PostgreSQL implementation of \Drupal\Core\Database\Query\Select.
Select class core/tests/Drupal/Tests/Core/Database/Stub/Select.php
Select class core/tests/fixtures/database_drivers/module/core_fake/src/Driver/Database/CoreFakeWithAllCustomClasses/Select.php CoreFakeWithAllCustomClasses implementation of \Drupal\Core\Database\Select.
Select class core/lib/Drupal/Core/Render/Element/Select.php Provides a form element for a drop-down menu or scrolling selection box.
Select class core/lib/Drupal/Core/Database/Driver/sqlite/Select.php SQLite implementation of \Drupal\Core\Database\Query\Select.
Select class core/lib/Drupal/Core/Database/Driver/pgsql/Select.php PostgreSQL implementation of \Drupal\Core\Database\Query\Select.
Select class core/lib/Drupal/Core/Database/Query/Select.php Query builder for SELECT statements.

All search results

Title Object type File name Summary
FormTestEmptySelectForm::buildForm function core/modules/system/tests/modules/form_test/src/Form/FormTestEmptySelectForm.php
FormTestEmptySelectForm::getFormId function core/modules/system/tests/modules/form_test/src/Form/FormTestEmptySelectForm.php
FormTestEmptySelectForm::submitForm function core/modules/system/tests/modules/form_test/src/Form/FormTestEmptySelectForm.php
FormTestLanguageSelectForm class core/modules/system/tests/modules/form_test/src/Form/FormTestLanguageSelectForm.php Builds a form to test the language select form element.
FormTestLanguageSelectForm.php file core/modules/system/tests/modules/form_test/src/Form/FormTestLanguageSelectForm.php
FormTestLanguageSelectForm::buildForm function core/modules/system/tests/modules/form_test/src/Form/FormTestLanguageSelectForm.php
FormTestLanguageSelectForm::getFormId function core/modules/system/tests/modules/form_test/src/Form/FormTestLanguageSelectForm.php
FormTestLanguageSelectForm::submitForm function core/modules/system/tests/modules/form_test/src/Form/FormTestLanguageSelectForm.php
FormTestSelectForm class core/modules/system/tests/modules/form_test/src/Form/FormTestSelectForm.php Builds a form to test #type 'select' validation.
FormTestSelectForm.php file core/modules/system/tests/modules/form_test/src/Form/FormTestSelectForm.php
FormTestSelectForm::buildForm function core/modules/system/tests/modules/form_test/src/Form/FormTestSelectForm.php
FormTestSelectForm::getFormId function core/modules/system/tests/modules/form_test/src/Form/FormTestSelectForm.php
FormTestSelectForm::makeSortableOptions function core/modules/system/tests/modules/form_test/src/Form/FormTestSelectForm.php Makes and returns a set of options to test sorting on.
FormTestSelectForm::submitForm function core/modules/system/tests/modules/form_test/src/Form/FormTestSelectForm.php
FormTestTableSelectColspanForm class core/modules/system/tests/modules/form_test/src/Form/FormTestTableSelectColspanForm.php Builds a form to test table selects with different column spans.
FormTestTableSelectColspanForm.php file core/modules/system/tests/modules/form_test/src/Form/FormTestTableSelectColspanForm.php
FormTestTableSelectColspanForm::buildForm function core/modules/system/tests/modules/form_test/src/Form/FormTestTableSelectColspanForm.php
FormTestTableSelectColspanForm::getFormId function core/modules/system/tests/modules/form_test/src/Form/FormTestTableSelectColspanForm.php
FormTestTableSelectColspanForm::submitForm function core/modules/system/tests/modules/form_test/src/Form/FormTestTableSelectColspanForm.php
FormTestTableSelectDisabledRowsForm class core/modules/system/tests/modules/form_test/src/Form/FormTestTableSelectDisabledRowsForm.php Builds a form to test table select with disabled rows.
FormTestTableSelectDisabledRowsForm.php file core/modules/system/tests/modules/form_test/src/Form/FormTestTableSelectDisabledRowsForm.php
FormTestTableSelectDisabledRowsForm::buildForm function core/modules/system/tests/modules/form_test/src/Form/FormTestTableSelectDisabledRowsForm.php
FormTestTableSelectDisabledRowsForm::getFormId function core/modules/system/tests/modules/form_test/src/Form/FormTestTableSelectDisabledRowsForm.php
FormTestTableSelectDisabledRowsForm::submitForm function core/modules/system/tests/modules/form_test/src/Form/FormTestTableSelectDisabledRowsForm.php
FormTestTableSelectEmptyForm class core/modules/system/tests/modules/form_test/src/Form/FormTestTableSelectEmptyForm.php Builds a form to test table select with '#options' set to empty.
FormTestTableSelectEmptyForm.php file core/modules/system/tests/modules/form_test/src/Form/FormTestTableSelectEmptyForm.php
FormTestTableSelectEmptyForm::buildForm function core/modules/system/tests/modules/form_test/src/Form/FormTestTableSelectEmptyForm.php
FormTestTableSelectEmptyForm::getFormId function core/modules/system/tests/modules/form_test/src/Form/FormTestTableSelectEmptyForm.php
FormTestTableSelectEmptyForm::submitForm function core/modules/system/tests/modules/form_test/src/Form/FormTestTableSelectEmptyForm.php
FormTestTableSelectFormBase class core/modules/system/tests/modules/form_test/src/Form/FormTestTableSelectFormBase.php Provides a base class for tableselect forms.
FormTestTableSelectFormBase.php file core/modules/system/tests/modules/form_test/src/Form/FormTestTableSelectFormBase.php
FormTestTableSelectFormBase::tableselectFormBuilder function core/modules/system/tests/modules/form_test/src/Form/FormTestTableSelectFormBase.php Build a form to test the tableselect element.
FormTestTableSelectJsSelectForm class core/modules/system/tests/modules/form_test/src/Form/FormTestTableSelectJsSelectForm.php Builds a form to test table select with JS.
FormTestTableSelectJsSelectForm.php file core/modules/system/tests/modules/form_test/src/Form/FormTestTableSelectJsSelectForm.php
FormTestTableSelectJsSelectForm::buildForm function core/modules/system/tests/modules/form_test/src/Form/FormTestTableSelectJsSelectForm.php
FormTestTableSelectJsSelectForm::getFormId function core/modules/system/tests/modules/form_test/src/Form/FormTestTableSelectJsSelectForm.php
FormTestTableSelectJsSelectForm::submitForm function core/modules/system/tests/modules/form_test/src/Form/FormTestTableSelectJsSelectForm.php
FormTestTableSelectMultipleFalseForm class core/modules/system/tests/modules/form_test/src/Form/FormTestTableSelectMultipleFalseForm.php Builds a form to test table select with '#multiple" set to FALSE.
FormTestTableSelectMultipleFalseForm.php file core/modules/system/tests/modules/form_test/src/Form/FormTestTableSelectMultipleFalseForm.php
FormTestTableSelectMultipleFalseForm::buildForm function core/modules/system/tests/modules/form_test/src/Form/FormTestTableSelectMultipleFalseForm.php
FormTestTableSelectMultipleFalseForm::getFormId function core/modules/system/tests/modules/form_test/src/Form/FormTestTableSelectMultipleFalseForm.php
FormTestTableSelectMultipleFalseForm::submitForm function core/modules/system/tests/modules/form_test/src/Form/FormTestTableSelectMultipleFalseForm.php
FormTestTableSelectMultipleTrueForm class core/modules/system/tests/modules/form_test/src/Form/FormTestTableSelectMultipleTrueForm.php Builds a form to test table select with '#multiple' as TRUE.
FormTestTableSelectMultipleTrueForm.php file core/modules/system/tests/modules/form_test/src/Form/FormTestTableSelectMultipleTrueForm.php
FormTestTableSelectMultipleTrueForm::buildForm function core/modules/system/tests/modules/form_test/src/Form/FormTestTableSelectMultipleTrueForm.php
FormTestTableSelectMultipleTrueForm::getFormId function core/modules/system/tests/modules/form_test/src/Form/FormTestTableSelectMultipleTrueForm.php
FormTestTableSelectMultipleTrueForm::submitForm function core/modules/system/tests/modules/form_test/src/Form/FormTestTableSelectMultipleTrueForm.php
form_select_options function core/includes/form.inc Converts the options in a select element into a structured array for output.
form_test_tableselect_ajax_callback function core/modules/system/tests/modules/form_test/form_test.module Ajax callback that returns the form element.
ForumForm::forumParentSelect function core/modules/forum/src/Form/ForumForm.php Returns a select box for available parent terms.

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