Search for all

  1. Search 7.x for all
  2. Search 9.5.x for all
  3. Search 8.9.x for all
  4. Search 11.x for all
  5. Search main for all
  6. Other projects
Title Object type File name Summary
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.
FormTestPlaceholderForm::getFormId function core/modules/system/tests/modules/form_test/src/Form/FormTestPlaceholderForm.php Returns a unique string identifying the form.
FormTestPlaceholderForm::submitForm function core/modules/system/tests/modules/form_test/src/Form/FormTestPlaceholderForm.php Form submission handler.
FormTestProgrammaticForm class core/modules/system/tests/modules/form_test/src/Form/FormTestProgrammaticForm.php Form builder to test programmatic form submissions.
FormTestProgrammaticForm.php file core/modules/system/tests/modules/form_test/src/Form/FormTestProgrammaticForm.php
FormTestProgrammaticForm::buildForm function core/modules/system/tests/modules/form_test/src/Form/FormTestProgrammaticForm.php Form constructor.
FormTestProgrammaticForm::getFormId function core/modules/system/tests/modules/form_test/src/Form/FormTestProgrammaticForm.php Returns a unique string identifying the form.
FormTestProgrammaticForm::submitForm function core/modules/system/tests/modules/form_test/src/Form/FormTestProgrammaticForm.php Form submission handler.
FormTestProgrammaticForm::validateForm function core/modules/system/tests/modules/form_test/src/Form/FormTestProgrammaticForm.php Form validation handler.
FormTestRadiosCheckedForm class core/modules/system/tests/modules/form_test/src/Form/FormTestRadiosCheckedForm.php Form constructor to test #default_value settings of radios.
FormTestRadiosCheckedForm.php file core/modules/system/tests/modules/form_test/src/Form/FormTestRadiosCheckedForm.php
FormTestRadiosCheckedForm::buildForm function core/modules/system/tests/modules/form_test/src/Form/FormTestRadiosCheckedForm.php Form constructor.
FormTestRadiosCheckedForm::getFormId function core/modules/system/tests/modules/form_test/src/Form/FormTestRadiosCheckedForm.php Returns a unique string identifying the form.
FormTestRadiosCheckedForm::submitForm function core/modules/system/tests/modules/form_test/src/Form/FormTestRadiosCheckedForm.php Form submission handler.
FormTestRangeForm class core/modules/system/tests/modules/form_test/src/Form/FormTestRangeForm.php Form constructor for testing #type 'range' elements.
FormTestRangeForm.php file core/modules/system/tests/modules/form_test/src/Form/FormTestRangeForm.php
FormTestRangeForm::buildForm function core/modules/system/tests/modules/form_test/src/Form/FormTestRangeForm.php Form constructor.
FormTestRangeForm::getFormId function core/modules/system/tests/modules/form_test/src/Form/FormTestRangeForm.php Returns a unique string identifying the form.
FormTestRangeForm::submitForm function core/modules/system/tests/modules/form_test/src/Form/FormTestRangeForm.php Form submission handler.
FormTestRangeInvalidForm class core/modules/system/tests/modules/form_test/src/Form/FormTestRangeInvalidForm.php Form constructor for testing invalid #type 'range' elements.
FormTestRangeInvalidForm.php file core/modules/system/tests/modules/form_test/src/Form/FormTestRangeInvalidForm.php
FormTestRangeInvalidForm::buildForm function core/modules/system/tests/modules/form_test/src/Form/FormTestRangeInvalidForm.php Form constructor.
FormTestRangeInvalidForm::getFormId function core/modules/system/tests/modules/form_test/src/Form/FormTestRangeInvalidForm.php Returns a unique string identifying the form.
FormTestRangeInvalidForm::submitForm function core/modules/system/tests/modules/form_test/src/Form/FormTestRangeInvalidForm.php Form submission handler.
FormTestRebuildPreserveValuesForm class core/modules/system/tests/modules/form_test/src/Form/FormTestRebuildPreserveValuesForm.php Form builder for testing preservation of values during a rebuild.
FormTestRebuildPreserveValuesForm.php file core/modules/system/tests/modules/form_test/src/Form/FormTestRebuildPreserveValuesForm.php
FormTestRebuildPreserveValuesForm::addMoreSubmitForm function core/modules/system/tests/modules/form_test/src/Form/FormTestRebuildPreserveValuesForm.php
FormTestRebuildPreserveValuesForm::buildForm function core/modules/system/tests/modules/form_test/src/Form/FormTestRebuildPreserveValuesForm.php Form constructor.
FormTestRebuildPreserveValuesForm::getFormId function core/modules/system/tests/modules/form_test/src/Form/FormTestRebuildPreserveValuesForm.php Returns a unique string identifying the form.
FormTestRebuildPreserveValuesForm::submitForm function core/modules/system/tests/modules/form_test/src/Form/FormTestRebuildPreserveValuesForm.php Form submission handler.
FormTestRedirectForm class core/modules/system/tests/modules/form_test/src/Form/FormTestRedirectForm.php Form builder to detect form redirect.

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