| 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 |
|
| FormTestMiddleware::$httpKernel |
property |
core/modules/system/tests/modules/form_test/src/StackMiddleware/FormTestMiddleware.php |
The decorated kernel. |
| FormTestMiddleware::handle |
function |
core/modules/system/tests/modules/form_test/src/StackMiddleware/FormTestMiddleware.php |
|
| FormTestMiddleware::__construct |
function |
core/modules/system/tests/modules/form_test/src/StackMiddleware/FormTestMiddleware.php |
Constructs a FormTestMiddleware object. |
| FormTestNumberForm |
class |
core/modules/system/tests/modules/form_test/src/Form/FormTestNumberForm.php |
Builds a form to test #type 'number' and 'range' validation. |
| FormTestNumberForm.php |
file |
core/modules/system/tests/modules/form_test/src/Form/FormTestNumberForm.php |
|
| FormTestNumberForm::buildForm |
function |
core/modules/system/tests/modules/form_test/src/Form/FormTestNumberForm.php |
Form constructor. |
| FormTestNumberForm::getFormId |
function |
core/modules/system/tests/modules/form_test/src/Form/FormTestNumberForm.php |
Returns a unique string identifying the form. |
| FormTestNumberForm::submitForm |
function |
core/modules/system/tests/modules/form_test/src/Form/FormTestNumberForm.php |
Form submission handler. |
| FormTestObject |
class |
core/modules/system/tests/modules/form_test/src/FormTestObject.php |
Provides a test form object. |
| FormTestObject.php |
file |
core/modules/system/tests/modules/form_test/src/FormTestObject.php |
|
| FormTestObject::buildForm |
function |
core/modules/system/tests/modules/form_test/src/FormTestObject.php |
Form constructor. |
| FormTestObject::getEditableConfigNames |
function |
core/modules/system/tests/modules/form_test/src/FormTestObject.php |
Gets the configuration names that will be editable. |
| FormTestObject::getFormId |
function |
core/modules/system/tests/modules/form_test/src/FormTestObject.php |
Returns a unique string identifying the form. |
| FormTestObject::submitForm |
function |
core/modules/system/tests/modules/form_test/src/FormTestObject.php |
Form submission handler. |
| FormTestObject::validateForm |
function |
core/modules/system/tests/modules/form_test/src/FormTestObject.php |
Form validation handler. |
| FormTestOptionalContainerForm |
class |
core/modules/system/tests/modules/form_test/src/Form/FormTestOptionalContainerForm.php |
Builds a simple form to test the #optional property on #type 'container'. |
| FormTestOptionalContainerForm.php |
file |
core/modules/system/tests/modules/form_test/src/Form/FormTestOptionalContainerForm.php |
|
| FormTestOptionalContainerForm::buildForm |
function |
core/modules/system/tests/modules/form_test/src/Form/FormTestOptionalContainerForm.php |
Form constructor. |
| FormTestOptionalContainerForm::getFormId |
function |
core/modules/system/tests/modules/form_test/src/Form/FormTestOptionalContainerForm.php |
Returns a unique string identifying the form. |
| FormTestOptionalContainerForm::submitForm |
function |
core/modules/system/tests/modules/form_test/src/Form/FormTestOptionalContainerForm.php |
Form submission handler. |
| FormTestPatternForm |
class |
core/modules/system/tests/modules/form_test/src/Form/FormTestPatternForm.php |
Builds a simple form using the FAPI #pattern property. |
| FormTestPatternForm.php |
file |
core/modules/system/tests/modules/form_test/src/Form/FormTestPatternForm.php |
|
| FormTestPatternForm::buildForm |
function |
core/modules/system/tests/modules/form_test/src/Form/FormTestPatternForm.php |
Form constructor. |
| FormTestPatternForm::getFormId |
function |
core/modules/system/tests/modules/form_test/src/Form/FormTestPatternForm.php |
Returns a unique string identifying the form. |
| FormTestPatternForm::submitForm |
function |
core/modules/system/tests/modules/form_test/src/Form/FormTestPatternForm.php |
Form submission handler. |
| FormTestPlaceholderForm |
class |
core/modules/system/tests/modules/form_test/src/Form/FormTestPlaceholderForm.php |
Builds a form to test the placeholder attribute. |
| FormTestPlaceholderForm.php |
file |
core/modules/system/tests/modules/form_test/src/Form/FormTestPlaceholderForm.php |
|
| FormTestPlaceholderForm::buildForm |
function |
core/modules/system/tests/modules/form_test/src/Form/FormTestPlaceholderForm.php |
Form constructor. |