| FormTestHooks |
class |
core/modules/system/tests/modules/form_test/src/Hook/FormTestHooks.php |
Hook implementations for form_test. |
| FormTestHooks.php |
file |
core/modules/system/tests/modules/form_test/src/Hook/FormTestHooks.php |
|
| FormTestHooks::blockFormFormTestAlterFormAlter |
function |
core/modules/system/tests/modules/form_test/src/Hook/FormTestHooks.php |
Implements hook_form_FORM_ID_alter(). |
| FormTestHooks::formAlter |
function |
core/modules/system/tests/modules/form_test/src/Hook/FormTestHooks.php |
Implements hook_form_alter(). |
| FormTestHooks::formFormTestAlterFormAlter |
function |
core/modules/system/tests/modules/form_test/src/Hook/FormTestHooks.php |
Implements hook_form_FORM_ID_alter(). |
| FormTestHooks::formFormTestVerticalTabsAccessFormAlter |
function |
core/modules/system/tests/modules/form_test/src/Hook/FormTestHooks.php |
Implements hook_form_FORM_ID_alter() for form_test_vertical_tabs_access_form(). |
| FormTestHooks::formUserRegisterFormAlter |
function |
core/modules/system/tests/modules/form_test/src/Hook/FormTestHooks.php |
Implements hook_form_FORM_ID_alter() for the registration form. |
| FormTestHooks::systemFormFormTestAlterFormAlter |
function |
core/modules/system/tests/modules/form_test/src/Hook/FormTestHooks.php |
Implements hook_form_FORM_ID_alter(). |
| FormTestInputForgeryForm |
class |
core/modules/system/tests/modules/form_test/src/Form/FormTestInputForgeryForm.php |
Form to test input forgery. |
| FormTestInputForgeryForm.php |
file |
core/modules/system/tests/modules/form_test/src/Form/FormTestInputForgeryForm.php |
|
| FormTestInputForgeryForm::buildForm |
function |
core/modules/system/tests/modules/form_test/src/Form/FormTestInputForgeryForm.php |
Form constructor. |
| FormTestInputForgeryForm::getFormId |
function |
core/modules/system/tests/modules/form_test/src/Form/FormTestInputForgeryForm.php |
Returns a unique string identifying the form. |
| FormTestInputForgeryForm::postRender |
function |
core/modules/system/tests/modules/form_test/src/Form/FormTestInputForgeryForm.php |
Alters the rendered form to simulate input forgery. |
| FormTestInputForgeryForm::submitForm |
function |
core/modules/system/tests/modules/form_test/src/Form/FormTestInputForgeryForm.php |
Form submission handler. |
| FormTestInputForgeryForm::trustedCallbacks |
function |
core/modules/system/tests/modules/form_test/src/Form/FormTestInputForgeryForm.php |
Lists the trusted callbacks provided by the implementing class. |
| FormTestLabelForm |
class |
core/modules/system/tests/modules/form_test/src/Form/FormTestLabelForm.php |
A form for testing form labels and required marks. |
| FormTestLabelForm.php |
file |
core/modules/system/tests/modules/form_test/src/Form/FormTestLabelForm.php |
|
| FormTestLabelForm::$typesWithTitle |
property |
core/modules/system/tests/modules/form_test/src/Form/FormTestLabelForm.php |
An array of elements that render a title. |
| FormTestLabelForm::buildForm |
function |
core/modules/system/tests/modules/form_test/src/Form/FormTestLabelForm.php |
Form constructor. |
| FormTestLabelForm::getFormId |
function |
core/modules/system/tests/modules/form_test/src/Form/FormTestLabelForm.php |
Returns a unique string identifying the form. |
| FormTestLabelForm::submitForm |
function |
core/modules/system/tests/modules/form_test/src/Form/FormTestLabelForm.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. |
| FormTestLimitValidationErrorsForm |
class |
core/modules/system/tests/modules/form_test/src/Form/FormTestLimitValidationErrorsForm.php |
Builds a simple form with a button triggering partial validation. |
| FormTestLimitValidationErrorsForm.php |
file |
core/modules/system/tests/modules/form_test/src/Form/FormTestLimitValidationErrorsForm.php |
|
| FormTestLimitValidationErrorsForm::buildForm |
function |
core/modules/system/tests/modules/form_test/src/Form/FormTestLimitValidationErrorsForm.php |
Form constructor. |
| FormTestLimitValidationErrorsForm::elementValidateLimitValidationErrors |
function |
core/modules/system/tests/modules/form_test/src/Form/FormTestLimitValidationErrorsForm.php |
|
| FormTestLimitValidationErrorsForm::getFormId |
function |
core/modules/system/tests/modules/form_test/src/Form/FormTestLimitValidationErrorsForm.php |
Returns a unique string identifying the form. |
| FormTestLimitValidationErrorsForm::partialSubmitForm |
function |
core/modules/system/tests/modules/form_test/src/Form/FormTestLimitValidationErrorsForm.php |
|
| FormTestLimitValidationErrorsForm::submitForm |
function |
core/modules/system/tests/modules/form_test/src/Form/FormTestLimitValidationErrorsForm.php |
Form submission handler. |
| FormTestMachineNameForm |
class |
core/modules/system/tests/modules/form_test/src/Form/FormTestMachineNameForm.php |
Form constructor for testing #type 'machine_name' elements. |
| FormTestMachineNameForm.php |
file |
core/modules/system/tests/modules/form_test/src/Form/FormTestMachineNameForm.php |
|
| FormTestMachineNameForm::buildForm |
function |
core/modules/system/tests/modules/form_test/src/Form/FormTestMachineNameForm.php |
Form constructor. |
| FormTestMachineNameForm::getFormId |
function |
core/modules/system/tests/modules/form_test/src/Form/FormTestMachineNameForm.php |
Returns a unique string identifying the form. |
| FormTestMachineNameForm::load |
function |
core/modules/system/tests/modules/form_test/src/Form/FormTestMachineNameForm.php |
Loading stub for machine name. |
| FormTestMachineNameForm::submitForm |
function |
core/modules/system/tests/modules/form_test/src/Form/FormTestMachineNameForm.php |
Form submission handler. |
| FormTestMachineNameValidationForm |
class |
core/modules/system/tests/modules/form_test/src/Form/FormTestMachineNameValidationForm.php |
Form to test whether machine name validation works with ajax requests. |
| FormTestMachineNameValidationForm.php |
file |
core/modules/system/tests/modules/form_test/src/Form/FormTestMachineNameValidationForm.php |
|
| FormTestMachineNameValidationForm::buildAjaxSnackConfigureForm |
function |
core/modules/system/tests/modules/form_test/src/Form/FormTestMachineNameValidationForm.php |
Handles changes to the selected snack configuration. |
| FormTestMachineNameValidationForm::buildAjaxSnackConfigureFormSubmit |
function |
core/modules/system/tests/modules/form_test/src/Form/FormTestMachineNameValidationForm.php |
Submit callback that forces a form rebuild. |
| FormTestMachineNameValidationForm::buildAjaxSnackConfigureFormValidate |
function |
core/modules/system/tests/modules/form_test/src/Form/FormTestMachineNameValidationForm.php |
Validate callback that forces a form rebuild. |
| FormTestMachineNameValidationForm::buildForm |
function |
core/modules/system/tests/modules/form_test/src/Form/FormTestMachineNameValidationForm.php |
Form constructor. |
| FormTestMachineNameValidationForm::getFormId |
function |
core/modules/system/tests/modules/form_test/src/Form/FormTestMachineNameValidationForm.php |
Returns a unique string identifying the form. |
| FormTestMachineNameValidationForm::load |
function |
core/modules/system/tests/modules/form_test/src/Form/FormTestMachineNameValidationForm.php |
Loading stub for machine name. |
| FormTestMachineNameValidationForm::submitForm |
function |
core/modules/system/tests/modules/form_test/src/Form/FormTestMachineNameValidationForm.php |
Form submission handler. |
| FormTestMiddleware |
class |
core/modules/system/tests/modules/form_test/src/StackMiddleware/FormTestMiddleware.php |
Provides a test middleware which sets a custom response header. |
| FormTestMiddleware.php |
file |
core/modules/system/tests/modules/form_test/src/StackMiddleware/FormTestMiddleware.php |
|