Search for form

  1. Search 7.x for form
  2. Search 9.5.x for form
  3. Search 8.9.x for form
  4. Search 10.3.x for form
  5. Other projects

Exact matches

These are exact matches according to your search
Title Object type File name Summary
Form class core/modules/system/tests/modules/router_test_directory/src/Form.php Form to test _form routing.
Form class core/lib/Drupal/Core/Render/Element/Form.php Provides a render element for a form.

All search results

Title Object type File name Summary
FormTestCheckboxesRadiosForm class core/modules/system/tests/modules/form_test/src/Form/FormTestCheckboxesRadiosForm.php Form constructor to test expansion of #type checkboxes and radios.
FormTestCheckboxesRadiosForm.php file core/modules/system/tests/modules/form_test/src/Form/FormTestCheckboxesRadiosForm.php
FormTestCheckboxesRadiosForm::buildForm function core/modules/system/tests/modules/form_test/src/Form/FormTestCheckboxesRadiosForm.php Form constructor.
FormTestCheckboxesRadiosForm::getFormId function core/modules/system/tests/modules/form_test/src/Form/FormTestCheckboxesRadiosForm.php Returns a unique string identifying the form.
FormTestCheckboxesRadiosForm::submitForm function core/modules/system/tests/modules/form_test/src/Form/FormTestCheckboxesRadiosForm.php Form submission handler.
FormTestCheckboxesZeroForm class core/modules/system/tests/modules/form_test/src/Form/FormTestCheckboxesZeroForm.php Tests checkboxes zero.
FormTestCheckboxesZeroForm.php file core/modules/system/tests/modules/form_test/src/Form/FormTestCheckboxesZeroForm.php
FormTestCheckboxesZeroForm::buildForm function core/modules/system/tests/modules/form_test/src/Form/FormTestCheckboxesZeroForm.php Form constructor.
FormTestCheckboxesZeroForm::getFormId function core/modules/system/tests/modules/form_test/src/Form/FormTestCheckboxesZeroForm.php Returns a unique string identifying the form.
FormTestCheckboxesZeroForm::submitForm function core/modules/system/tests/modules/form_test/src/Form/FormTestCheckboxesZeroForm.php Form submission handler.
FormTestCheckboxForm class core/modules/system/tests/modules/form_test/src/Form/FormTestCheckboxForm.php Form for testing checkbox.
FormTestCheckboxForm.php file core/modules/system/tests/modules/form_test/src/Form/FormTestCheckboxForm.php
FormTestCheckboxForm::buildForm function core/modules/system/tests/modules/form_test/src/Form/FormTestCheckboxForm.php Form constructor.
FormTestCheckboxForm::getFormId function core/modules/system/tests/modules/form_test/src/Form/FormTestCheckboxForm.php Returns a unique string identifying the form.
FormTestCheckboxForm::submitForm function core/modules/system/tests/modules/form_test/src/Form/FormTestCheckboxForm.php Form submission handler.
FormTestCheckboxTypeJugglingForm class core/modules/system/tests/modules/form_test/src/Form/FormTestCheckboxTypeJugglingForm.php Builds a form to test return values for checkboxes.
FormTestCheckboxTypeJugglingForm.php file core/modules/system/tests/modules/form_test/src/Form/FormTestCheckboxTypeJugglingForm.php
FormTestCheckboxTypeJugglingForm::buildForm function core/modules/system/tests/modules/form_test/src/Form/FormTestCheckboxTypeJugglingForm.php Form constructor.
FormTestCheckboxTypeJugglingForm::getFormId function core/modules/system/tests/modules/form_test/src/Form/FormTestCheckboxTypeJugglingForm.php Returns a unique string identifying the form.
FormTestCheckboxTypeJugglingForm::submitForm function core/modules/system/tests/modules/form_test/src/Form/FormTestCheckboxTypeJugglingForm.php Form submission handler.
FormTestClickedButtonForm class core/modules/system/tests/modules/form_test/src/Form/FormTestClickedButtonForm.php Form builder to test button click detection.
FormTestClickedButtonForm.php file core/modules/system/tests/modules/form_test/src/Form/FormTestClickedButtonForm.php
FormTestClickedButtonForm::buildForm function core/modules/system/tests/modules/form_test/src/Form/FormTestClickedButtonForm.php Form constructor.
FormTestClickedButtonForm::getFormId function core/modules/system/tests/modules/form_test/src/Form/FormTestClickedButtonForm.php Returns a unique string identifying the form.
FormTestClickedButtonForm::submitForm function core/modules/system/tests/modules/form_test/src/Form/FormTestClickedButtonForm.php Form submission handler.
FormTestClickedButtonForm::validateForm function core/modules/system/tests/modules/form_test/src/Form/FormTestClickedButtonForm.php Form validation handler.
FormTestColorForm class core/modules/system/tests/modules/form_test/src/Form/FormTestColorForm.php Form constructor for testing #type 'color' elements.
FormTestColorForm.php file core/modules/system/tests/modules/form_test/src/Form/FormTestColorForm.php
FormTestColorForm::buildForm function core/modules/system/tests/modules/form_test/src/Form/FormTestColorForm.php Form constructor.
FormTestColorForm::getFormId function core/modules/system/tests/modules/form_test/src/Form/FormTestColorForm.php Returns a unique string identifying the form.
FormTestColorForm::submitForm function core/modules/system/tests/modules/form_test/src/Form/FormTestColorForm.php Form submission handler.
FormTestController class core/modules/system/tests/modules/form_test/src/Controller/FormTestController.php Controller routines for form_test routes.
FormTestController.php file core/modules/system/tests/modules/form_test/src/Controller/FormTestController.php
FormTestController::buttonWithFormAttribute function core/modules/system/tests/modules/form_test/src/Controller/FormTestController.php Returns a form and a button that has the form attribute.
FormTestController::storageLegacyHandler function core/modules/system/tests/modules/form_test/src/Controller/FormTestController.php Emulate legacy AHAH-style ajax callback.
FormTestController::twoFormInstances function core/modules/system/tests/modules/form_test/src/Controller/FormTestController.php Returns two instances of the node form.
FormTestControllerObject class core/modules/system/tests/modules/form_test/src/FormTestControllerObject.php Provides a test form object.
FormTestControllerObject.php file core/modules/system/tests/modules/form_test/src/FormTestControllerObject.php
FormTestControllerObject::buildForm function core/modules/system/tests/modules/form_test/src/FormTestControllerObject.php Form constructor.
FormTestControllerObject::create function core/modules/system/tests/modules/form_test/src/FormTestControllerObject.php Instantiates a new instance of this class.
FormTestControllerObject::getEditableConfigNames function core/modules/system/tests/modules/form_test/src/FormTestControllerObject.php Gets the configuration names that will be editable.
FormTestControllerObject::getFormId function core/modules/system/tests/modules/form_test/src/FormTestControllerObject.php Returns a unique string identifying the form.
FormTestControllerObject::submitForm function core/modules/system/tests/modules/form_test/src/FormTestControllerObject.php Form submission handler.
FormTestControllerObject::validateForm function core/modules/system/tests/modules/form_test/src/FormTestControllerObject.php Form validation handler.
FormTestDescriptionForm class core/modules/system/tests/modules/form_test/src/Form/FormTestDescriptionForm.php Defines a form for testing form element description display options.
FormTestDescriptionForm.php file core/modules/system/tests/modules/form_test/src/Form/FormTestDescriptionForm.php
FormTestDescriptionForm::buildForm function core/modules/system/tests/modules/form_test/src/Form/FormTestDescriptionForm.php Form constructor.
FormTestDescriptionForm::getFormId function core/modules/system/tests/modules/form_test/src/Form/FormTestDescriptionForm.php Returns a unique string identifying the form.
FormTestDescriptionForm::submitForm function core/modules/system/tests/modules/form_test/src/Form/FormTestDescriptionForm.php Form submission handler.
FormTestDetailsContainsRequiredTextfieldForm class core/modules/system/tests/modules/form_test/src/Form/FormTestDetailsContainsRequiredTextfieldForm.php Builds a form to test a required textfield within a details element.

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