| FormTestResponseForm::submitForm |
function |
core/modules/system/tests/modules/form_test/src/Form/FormTestResponseForm.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. |
| FormTestServiceObject |
class |
core/modules/system/tests/modules/form_test/src/FormTestServiceObject.php |
Provides a test form object. |
| FormTestServiceObject.php |
file |
core/modules/system/tests/modules/form_test/src/FormTestServiceObject.php |
|
| FormTestServiceObject::buildForm |
function |
core/modules/system/tests/modules/form_test/src/FormTestServiceObject.php |
Form constructor. |
| FormTestServiceObject::getEditableConfigNames |
function |
core/modules/system/tests/modules/form_test/src/FormTestServiceObject.php |
Gets the configuration names that will be editable. |
| FormTestServiceObject::getFormId |
function |
core/modules/system/tests/modules/form_test/src/FormTestServiceObject.php |
Returns a unique string identifying the form. |
| FormTestServiceObject::submitForm |
function |
core/modules/system/tests/modules/form_test/src/FormTestServiceObject.php |
Form submission handler. |
| FormTestServiceObject::validateForm |
function |
core/modules/system/tests/modules/form_test/src/FormTestServiceObject.php |
Form validation handler. |
| FormTestStatePersistForm |
class |
core/modules/system/tests/modules/form_test/src/Form/FormTestStatePersistForm.php |
Form constructor for testing form state persistence. |
| FormTestStatePersistForm.php |
file |
core/modules/system/tests/modules/form_test/src/Form/FormTestStatePersistForm.php |
|
| FormTestStatePersistForm::buildForm |
function |
core/modules/system/tests/modules/form_test/src/Form/FormTestStatePersistForm.php |
Form constructor. |
| FormTestStatePersistForm::getFormId |
function |
core/modules/system/tests/modules/form_test/src/Form/FormTestStatePersistForm.php |
Returns a unique string identifying the form. |
| FormTestStatePersistForm::submitForm |
function |
core/modules/system/tests/modules/form_test/src/Form/FormTestStatePersistForm.php |
Form submission handler. |
| FormTestStorageForm |
class |
core/modules/system/tests/modules/form_test/src/Form/FormTestStorageForm.php |
A multistep form for testing the form storage. |
| FormTestStorageForm.php |
file |
core/modules/system/tests/modules/form_test/src/Form/FormTestStorageForm.php |
|
| FormTestStorageForm::buildForm |
function |
core/modules/system/tests/modules/form_test/src/Form/FormTestStorageForm.php |
Form constructor. |
| FormTestStorageForm::continueSubmitForm |
function |
core/modules/system/tests/modules/form_test/src/Form/FormTestStorageForm.php |
|
| FormTestStorageForm::elementValidateValueCached |
function |
core/modules/system/tests/modules/form_test/src/Form/FormTestStorageForm.php |
Form element validation handler for 'value' element. |
| FormTestStorageForm::getFormId |
function |
core/modules/system/tests/modules/form_test/src/Form/FormTestStorageForm.php |
Returns a unique string identifying the form. |
| FormTestStorageForm::submitForm |
function |
core/modules/system/tests/modules/form_test/src/Form/FormTestStorageForm.php |
Form submission handler. |
| FormTestStorageForm::validateForm |
function |
core/modules/system/tests/modules/form_test/src/Form/FormTestStorageForm.php |
Form validation handler. |
| FormTestStoragePageCacheForm |
class |
core/modules/system/tests/modules/form_test/src/Form/FormTestStoragePageCacheForm.php |
Form to test page cache storage. |
| FormTestStoragePageCacheForm.php |
file |
core/modules/system/tests/modules/form_test/src/Form/FormTestStoragePageCacheForm.php |
|
| FormTestStoragePageCacheForm::buildForm |
function |
core/modules/system/tests/modules/form_test/src/Form/FormTestStoragePageCacheForm.php |
Form constructor. |
| FormTestStoragePageCacheForm::form_test_storage_page_cache_old_build_id |
function |
core/modules/system/tests/modules/form_test/src/Form/FormTestStoragePageCacheForm.php |
Form element #after_build callback: output the old form build-id. |
| FormTestStoragePageCacheForm::form_test_storage_page_cache_rebuild |
function |
core/modules/system/tests/modules/form_test/src/Form/FormTestStoragePageCacheForm.php |
Form submit callback: Rebuild the form and continue. |
| FormTestStoragePageCacheForm::getFormId |
function |
core/modules/system/tests/modules/form_test/src/Form/FormTestStoragePageCacheForm.php |
Returns a unique string identifying the form. |
| FormTestStoragePageCacheForm::submitForm |
function |
core/modules/system/tests/modules/form_test/src/Form/FormTestStoragePageCacheForm.php |
Form submission handler. |
| FormTestStoragePageCacheForm::validateForm |
function |
core/modules/system/tests/modules/form_test/src/Form/FormTestStoragePageCacheForm.php |
Form validation handler. |
| FormTestSubmitButtonAttributeForm |
class |
core/modules/system/tests/modules/form_test/src/Form/FormTestSubmitButtonAttributeForm.php |
Builds a simple form to test the submit_button attribute. |
| FormTestSubmitButtonAttributeForm.php |
file |
core/modules/system/tests/modules/form_test/src/Form/FormTestSubmitButtonAttributeForm.php |
|
| FormTestSubmitButtonAttributeForm::buildForm |
function |
core/modules/system/tests/modules/form_test/src/Form/FormTestSubmitButtonAttributeForm.php |
Form constructor. |
| FormTestSubmitButtonAttributeForm::getFormId |
function |
core/modules/system/tests/modules/form_test/src/Form/FormTestSubmitButtonAttributeForm.php |
Returns a unique string identifying the form. |
| FormTestSubmitButtonAttributeForm::submitForm |
function |
core/modules/system/tests/modules/form_test/src/Form/FormTestSubmitButtonAttributeForm.php |
Form submission handler. |
| FormTestTableForm |
class |
core/modules/system/tests/modules/form_test/src/Form/FormTestTableForm.php |
Form constructor for testing #type 'table' elements. |
| FormTestTableForm.php |
file |
core/modules/system/tests/modules/form_test/src/Form/FormTestTableForm.php |
|
| FormTestTableForm::buildForm |
function |
core/modules/system/tests/modules/form_test/src/Form/FormTestTableForm.php |
Form constructor. |
| FormTestTableForm::getFormId |
function |
core/modules/system/tests/modules/form_test/src/Form/FormTestTableForm.php |
Returns a unique string identifying the form. |
| FormTestTableForm::submitForm |
function |
core/modules/system/tests/modules/form_test/src/Form/FormTestTableForm.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. |