Search for all

  1. Search 7.x for all
  2. Search 9.5.x for all
  3. Search 10.3.x for all
  4. Search 11.x for all
  5. Other projects
Title Object type File name Summary
FormTestGroupVerticalTabsForm.php file core/modules/system/tests/modules/form_test/src/Form/FormTestGroupVerticalTabsForm.php
FormTestGroupVerticalTabsForm::buildForm function core/modules/system/tests/modules/form_test/src/Form/FormTestGroupVerticalTabsForm.php
FormTestGroupVerticalTabsForm::getFormId function core/modules/system/tests/modules/form_test/src/Form/FormTestGroupVerticalTabsForm.php
FormTestGroupVerticalTabsForm::submitForm function core/modules/system/tests/modules/form_test/src/Form/FormTestGroupVerticalTabsForm.php
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
FormTestInputForgeryForm::getFormId function core/modules/system/tests/modules/form_test/src/Form/FormTestInputForgeryForm.php
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
FormTestInputForgeryForm::trustedCallbacks function core/modules/system/tests/modules/form_test/src/Form/FormTestInputForgeryForm.php
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
FormTestLabelForm::getFormId function core/modules/system/tests/modules/form_test/src/Form/FormTestLabelForm.php
FormTestLabelForm::submitForm function core/modules/system/tests/modules/form_test/src/Form/FormTestLabelForm.php
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
FormTestLanguageSelectForm::getFormId function core/modules/system/tests/modules/form_test/src/Form/FormTestLanguageSelectForm.php
FormTestLanguageSelectForm::submitForm function core/modules/system/tests/modules/form_test/src/Form/FormTestLanguageSelectForm.php
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
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
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
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
FormTestMachineNameForm::getFormId function core/modules/system/tests/modules/form_test/src/Form/FormTestMachineNameForm.php
FormTestMachineNameForm::submitForm function core/modules/system/tests/modules/form_test/src/Form/FormTestMachineNameForm.php
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
FormTestMachineNameValidationForm::getFormId function core/modules/system/tests/modules/form_test/src/Form/FormTestMachineNameValidationForm.php
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
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

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.