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