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. |
FormTestTableSelectMultipleFalseForm::submitForm |
function |
core/modules/system/tests/modules/form_test/src/Form/FormTestTableSelectMultipleFalseForm.php |
Form submission handler. |
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 |
Form constructor. |
FormTestTableSelectMultipleTrueForm::getFormId |
function |
core/modules/system/tests/modules/form_test/src/Form/FormTestTableSelectMultipleTrueForm.php |
Returns a unique string identifying the form. |
FormTestTableSelectMultipleTrueForm::submitForm |
function |
core/modules/system/tests/modules/form_test/src/Form/FormTestTableSelectMultipleTrueForm.php |
Form submission handler. |
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. |