| 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. |
| FormTestUrlForm |
class |
core/modules/system/tests/modules/form_test/src/Form/FormTestUrlForm.php |
Form constructor for testing #type 'url' elements. |
| FormTestUrlForm.php |
file |
core/modules/system/tests/modules/form_test/src/Form/FormTestUrlForm.php |
|
| FormTestUrlForm::buildForm |
function |
core/modules/system/tests/modules/form_test/src/Form/FormTestUrlForm.php |
Form constructor. |
| FormTestUrlForm::getFormId |
function |
core/modules/system/tests/modules/form_test/src/Form/FormTestUrlForm.php |
Returns a unique string identifying the form. |
| FormTestUrlForm::submitForm |
function |
core/modules/system/tests/modules/form_test/src/Form/FormTestUrlForm.php |
Form submission handler. |
| FormTestValidateForm |
class |
core/modules/system/tests/modules/form_test/src/Form/FormTestValidateForm.php |
Form builder for testing \Drupal\Core\Form\FormValidatorInterface::validateForm(). |
| FormTestValidateForm.php |
file |
core/modules/system/tests/modules/form_test/src/Form/FormTestValidateForm.php |
|
| FormTestValidateForm::buildForm |
function |
core/modules/system/tests/modules/form_test/src/Form/FormTestValidateForm.php |
Form constructor. |
| FormTestValidateForm::getFormId |
function |
core/modules/system/tests/modules/form_test/src/Form/FormTestValidateForm.php |
Returns a unique string identifying the form. |
| FormTestValidateForm::submitForm |
function |
core/modules/system/tests/modules/form_test/src/Form/FormTestValidateForm.php |
Form submission handler. |
| FormTestValidateForm::validateForm |
function |
core/modules/system/tests/modules/form_test/src/Form/FormTestValidateForm.php |
Form validation handler. |
| FormTestValidateNoToken |
class |
core/modules/system/tests/modules/form_test/src/Form/FormTestValidateNoToken.php |
Form to test the validation of forms with a disabled CSRF token. |
| FormTestValidateNoToken.php |
file |
core/modules/system/tests/modules/form_test/src/Form/FormTestValidateNoToken.php |
|
| FormTestValidateNoToken::buildForm |
function |
core/modules/system/tests/modules/form_test/src/Form/FormTestValidateNoToken.php |
Form constructor. |
| FormTestValidateNoToken::getFormId |
function |
core/modules/system/tests/modules/form_test/src/Form/FormTestValidateNoToken.php |
Returns a unique string identifying the form. |
| FormTestValidateNoToken::submitForm |
function |
core/modules/system/tests/modules/form_test/src/Form/FormTestValidateNoToken.php |
Form submission handler. |
| FormTestValidateRequiredForm |
class |
core/modules/system/tests/modules/form_test/src/Form/FormTestValidateRequiredForm.php |
Form constructor to test the #required property. |
| FormTestValidateRequiredForm.php |
file |
core/modules/system/tests/modules/form_test/src/Form/FormTestValidateRequiredForm.php |
|
| FormTestValidateRequiredForm::buildForm |
function |
core/modules/system/tests/modules/form_test/src/Form/FormTestValidateRequiredForm.php |
Form constructor. |
| FormTestValidateRequiredForm::elementValidateRequired |
function |
core/modules/system/tests/modules/form_test/src/Form/FormTestValidateRequiredForm.php |
|
| FormTestValidateRequiredForm::getFormId |
function |
core/modules/system/tests/modules/form_test/src/Form/FormTestValidateRequiredForm.php |
Returns a unique string identifying the form. |
| FormTestValidateRequiredForm::submitForm |
function |
core/modules/system/tests/modules/form_test/src/Form/FormTestValidateRequiredForm.php |
Form submission handler. |
| FormTestValidateRequiredNoTitleForm |
class |
core/modules/system/tests/modules/form_test/src/Form/FormTestValidateRequiredNoTitleForm.php |
Form constructor to test the #required property without #title. |
| FormTestValidateRequiredNoTitleForm.php |
file |
core/modules/system/tests/modules/form_test/src/Form/FormTestValidateRequiredNoTitleForm.php |
|
| FormTestValidateRequiredNoTitleForm::buildForm |
function |
core/modules/system/tests/modules/form_test/src/Form/FormTestValidateRequiredNoTitleForm.php |
Form constructor. |
| FormTestValidateRequiredNoTitleForm::getFormId |
function |
core/modules/system/tests/modules/form_test/src/Form/FormTestValidateRequiredNoTitleForm.php |
Returns a unique string identifying the form. |
| FormTestValidateRequiredNoTitleForm::submitForm |
function |
core/modules/system/tests/modules/form_test/src/Form/FormTestValidateRequiredNoTitleForm.php |
Form submission handler. |
| FormTestVerticalTabsAccessForm |
class |
core/modules/system/tests/modules/form_test/src/Form/FormTestVerticalTabsAccessForm.php |
Builds a form to test vertical tabs access. |
| FormTestVerticalTabsAccessForm.php |
file |
core/modules/system/tests/modules/form_test/src/Form/FormTestVerticalTabsAccessForm.php |
|
| FormTestVerticalTabsAccessForm::buildForm |
function |
core/modules/system/tests/modules/form_test/src/Form/FormTestVerticalTabsAccessForm.php |
Form constructor. |
| FormTestVerticalTabsAccessForm::getFormId |
function |
core/modules/system/tests/modules/form_test/src/Form/FormTestVerticalTabsAccessForm.php |
Returns a unique string identifying the form. |
| FormTestVerticalTabsAccessForm::submitForm |
function |
core/modules/system/tests/modules/form_test/src/Form/FormTestVerticalTabsAccessForm.php |
Form submission handler. |
| FormTestVerticalTabsAccessForm::validateForm |
function |
core/modules/system/tests/modules/form_test/src/Form/FormTestVerticalTabsAccessForm.php |
Form validation handler. |
| FormTestVerticalTabsForm |
class |
core/modules/system/tests/modules/form_test/src/Form/FormTestVerticalTabsForm.php |
Builds a simple form to test vertical tabs. |