Search for select

  1. Search 7.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

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/system/tests/modules/driver_test/src/Driver/Database/DrivertestMysql/Select.php MySQL test implementation of \Drupal\Core\Database\Query\Select.
Select class core/modules/system/tests/modules/driver_test/src/Driver/Database/DrivertestMysqlDeprecatedVersion/Select.php MySQL test implementation of \Drupal\Core\Database\Query\Select.
Select class core/modules/system/tests/modules/driver_test/src/Driver/Database/DrivertestPgsql/Select.php PostgreSQL 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/corefake/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.

All search results

Title Object type File name Summary
form-select.pcss.css file core/themes/olivero/css/components/form-select.pcss.css Select input elements.
FormHelper::rewriteStatesSelector function core/lib/Drupal/Core/Form/FormHelper.php Rewrites #states selectors in a render element.
FormHelperTest::testRewriteStatesSelector function core/tests/Drupal/Tests/Core/Form/FormHelperTest.php Tests rewriting the #states selectors.
FormTest::testEmptySelect function core/modules/system/tests/src/Functional/Form/FormTest.php Tests a select element when #options is not set.
FormTest::testSelect function core/modules/system/tests/src/Functional/Form/FormTest.php Tests validation of #type 'select' elements.
FormTest::testSelectSorting function core/modules/system/tests/src/Functional/Form/FormTest.php Tests sorting and not sorting of options in a select element.
FormTest::validateSelectSorting function core/modules/system/tests/src/Functional/Form/FormTest.php Validates that the options are in the right order in a select.
FormTestEmptySelectForm class core/modules/system/tests/modules/form_test/src/Form/FormTestEmptySelectForm.php Builds a form to test select elements when #options is not an array.
FormTestEmptySelectForm.php file core/modules/system/tests/modules/form_test/src/Form/FormTestEmptySelectForm.php
FormTestEmptySelectForm::buildForm function core/modules/system/tests/modules/form_test/src/Form/FormTestEmptySelectForm.php Form constructor.
FormTestEmptySelectForm::getFormId function core/modules/system/tests/modules/form_test/src/Form/FormTestEmptySelectForm.php Returns a unique string identifying the form.
FormTestEmptySelectForm::submitForm function core/modules/system/tests/modules/form_test/src/Form/FormTestEmptySelectForm.php Form submission handler.
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 Form constructor.
FormTestLanguageSelectForm::getFormId function core/modules/system/tests/modules/form_test/src/Form/FormTestLanguageSelectForm.php Returns a unique string identifying the form.
FormTestLanguageSelectForm::submitForm function core/modules/system/tests/modules/form_test/src/Form/FormTestLanguageSelectForm.php Form submission handler.
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 Form constructor.
FormTestSelectForm::getFormId function core/modules/system/tests/modules/form_test/src/Form/FormTestSelectForm.php Returns a unique string identifying the form.
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 Form submission handler.
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 Form constructor.
FormTestTableSelectColspanForm::getFormId function core/modules/system/tests/modules/form_test/src/Form/FormTestTableSelectColspanForm.php Returns a unique string identifying the form.
FormTestTableSelectColspanForm::submitForm function core/modules/system/tests/modules/form_test/src/Form/FormTestTableSelectColspanForm.php Form submission handler.
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 Form constructor.
FormTestTableSelectDisabledRowsForm::getFormId function core/modules/system/tests/modules/form_test/src/Form/FormTestTableSelectDisabledRowsForm.php Returns a unique string identifying the form.
FormTestTableSelectDisabledRowsForm::submitForm function core/modules/system/tests/modules/form_test/src/Form/FormTestTableSelectDisabledRowsForm.php Form submission handler.
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 Form constructor.
FormTestTableSelectEmptyForm::getFormId function core/modules/system/tests/modules/form_test/src/Form/FormTestTableSelectEmptyForm.php Returns a unique string identifying the form.
FormTestTableSelectEmptyForm::submitForm function core/modules/system/tests/modules/form_test/src/Form/FormTestTableSelectEmptyForm.php Form submission handler.
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 Form constructor.
FormTestTableSelectJsSelectForm::getFormId function core/modules/system/tests/modules/form_test/src/Form/FormTestTableSelectJsSelectForm.php Returns a unique string identifying the form.
FormTestTableSelectJsSelectForm::submitForm function core/modules/system/tests/modules/form_test/src/Form/FormTestTableSelectJsSelectForm.php Form submission handler.
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 Form constructor.
FormTestTableSelectMultipleFalseForm::getFormId function core/modules/system/tests/modules/form_test/src/Form/FormTestTableSelectMultipleFalseForm.php Returns a unique string identifying the form.

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