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
FormTestEmailForm::buildForm function core/modules/system/tests/modules/form_test/src/Form/FormTestEmailForm.php
FormTestEmailForm::getFormId function core/modules/system/tests/modules/form_test/src/Form/FormTestEmailForm.php
FormTestEmailForm::submitForm function core/modules/system/tests/modules/form_test/src/Form/FormTestEmailForm.php
FormTestEmptySelectForm class core/modules/system/tests/modules/form_test/src/Form/FormTestEmptySelectForm.php Builds a form to test select elements when #options is not an array.
FormTestEmptySelectForm.php file core/modules/system/tests/modules/form_test/src/Form/FormTestEmptySelectForm.php
FormTestEmptySelectForm::buildForm function core/modules/system/tests/modules/form_test/src/Form/FormTestEmptySelectForm.php
FormTestEmptySelectForm::getFormId function core/modules/system/tests/modules/form_test/src/Form/FormTestEmptySelectForm.php
FormTestEmptySelectForm::submitForm function core/modules/system/tests/modules/form_test/src/Form/FormTestEmptySelectForm.php
FormTestEventSubscriber class core/modules/system/tests/modules/form_test/src/EventSubscriber/FormTestEventSubscriber.php Test event subscriber to add new attributes to the request.
FormTestEventSubscriber.php file core/modules/system/tests/modules/form_test/src/EventSubscriber/FormTestEventSubscriber.php
FormTestEventSubscriber::getSubscribedEvents function core/modules/system/tests/modules/form_test/src/EventSubscriber/FormTestEventSubscriber.php
FormTestEventSubscriber::onKernelRequest function core/modules/system/tests/modules/form_test/src/EventSubscriber/FormTestEventSubscriber.php Adds custom attributes to the request object.
FormTestEventSubscriber::onKernelResponse function core/modules/system/tests/modules/form_test/src/EventSubscriber/FormTestEventSubscriber.php Adds custom headers to the response.
FormTestFileForm class core/modules/system/tests/modules/form_test/src/Form/FormTestFileForm.php Form constructor for testing #type 'file' elements.
FormTestFileForm.php file core/modules/system/tests/modules/form_test/src/Form/FormTestFileForm.php
FormTestFileForm::buildForm function core/modules/system/tests/modules/form_test/src/Form/FormTestFileForm.php
FormTestFileForm::getFormId function core/modules/system/tests/modules/form_test/src/Form/FormTestFileForm.php
FormTestFileForm::submitForm function core/modules/system/tests/modules/form_test/src/Form/FormTestFileForm.php
FormTestFormStateValuesCleanAdvancedForm class core/modules/system/tests/modules/form_test/src/Form/FormTestFormStateValuesCleanAdvancedForm.php Form builder for \Drupal\Core\Form\FormState::cleanValues() test.
FormTestFormStateValuesCleanAdvancedForm.php file core/modules/system/tests/modules/form_test/src/Form/FormTestFormStateValuesCleanAdvancedForm.php
FormTestFormStateValuesCleanAdvancedForm::buildForm function core/modules/system/tests/modules/form_test/src/Form/FormTestFormStateValuesCleanAdvancedForm.php
FormTestFormStateValuesCleanAdvancedForm::getFormId function core/modules/system/tests/modules/form_test/src/Form/FormTestFormStateValuesCleanAdvancedForm.php
FormTestFormStateValuesCleanAdvancedForm::submitForm function core/modules/system/tests/modules/form_test/src/Form/FormTestFormStateValuesCleanAdvancedForm.php
FormTestFormStateValuesCleanForm class core/modules/system/tests/modules/form_test/src/Form/FormTestFormStateValuesCleanForm.php Form builder for \Drupal\Core\Form\FormState::cleanValues() test.
FormTestFormStateValuesCleanForm.php file core/modules/system/tests/modules/form_test/src/Form/FormTestFormStateValuesCleanForm.php
FormTestFormStateValuesCleanForm::buildForm function core/modules/system/tests/modules/form_test/src/Form/FormTestFormStateValuesCleanForm.php
FormTestFormStateValuesCleanForm::cleanValue function core/modules/system/tests/modules/form_test/src/Form/FormTestFormStateValuesCleanForm.php Helper function to clean a value on an element.
FormTestFormStateValuesCleanForm::getFormId function core/modules/system/tests/modules/form_test/src/Form/FormTestFormStateValuesCleanForm.php
FormTestFormStateValuesCleanForm::submitForm function core/modules/system/tests/modules/form_test/src/Form/FormTestFormStateValuesCleanForm.php
FormTestGetForm class core/modules/system/tests/modules/form_test/src/Form/FormTestGetForm.php Form to test whether GET forms have a CSRF token.
FormTestGetForm.php file core/modules/system/tests/modules/form_test/src/Form/FormTestGetForm.php
FormTestGetForm::buildForm function core/modules/system/tests/modules/form_test/src/Form/FormTestGetForm.php
FormTestGetForm::getFormId function core/modules/system/tests/modules/form_test/src/Form/FormTestGetForm.php
FormTestGetForm::submitForm function core/modules/system/tests/modules/form_test/src/Form/FormTestGetForm.php
FormTestGroupContainerForm class core/modules/system/tests/modules/form_test/src/Form/FormTestGroupContainerForm.php Builds a simple form to test the #group property on #type 'container'.
FormTestGroupContainerForm.php file core/modules/system/tests/modules/form_test/src/Form/FormTestGroupContainerForm.php
FormTestGroupContainerForm::buildForm function core/modules/system/tests/modules/form_test/src/Form/FormTestGroupContainerForm.php
FormTestGroupContainerForm::getFormId function core/modules/system/tests/modules/form_test/src/Form/FormTestGroupContainerForm.php
FormTestGroupContainerForm::submitForm function core/modules/system/tests/modules/form_test/src/Form/FormTestGroupContainerForm.php
FormTestGroupDetailsForm class core/modules/system/tests/modules/form_test/src/Form/FormTestGroupDetailsForm.php Builds a simple form to test the #group property on #type 'details'.
FormTestGroupDetailsForm.php file core/modules/system/tests/modules/form_test/src/Form/FormTestGroupDetailsForm.php
FormTestGroupDetailsForm::buildForm function core/modules/system/tests/modules/form_test/src/Form/FormTestGroupDetailsForm.php
FormTestGroupDetailsForm::getFormId function core/modules/system/tests/modules/form_test/src/Form/FormTestGroupDetailsForm.php
FormTestGroupDetailsForm::submitForm function core/modules/system/tests/modules/form_test/src/Form/FormTestGroupDetailsForm.php
FormTestGroupFieldsetForm class core/modules/system/tests/modules/form_test/src/Form/FormTestGroupFieldsetForm.php Builds a simple form to test the #group property on #type 'fieldset'.
FormTestGroupFieldsetForm.php file core/modules/system/tests/modules/form_test/src/Form/FormTestGroupFieldsetForm.php
FormTestGroupFieldsetForm::buildForm function core/modules/system/tests/modules/form_test/src/Form/FormTestGroupFieldsetForm.php
FormTestGroupFieldsetForm::getFormId function core/modules/system/tests/modules/form_test/src/Form/FormTestGroupFieldsetForm.php
FormTestGroupFieldsetForm::submitForm function core/modules/system/tests/modules/form_test/src/Form/FormTestGroupFieldsetForm.php
FormTestGroupVerticalTabsForm class core/modules/system/tests/modules/form_test/src/Form/FormTestGroupVerticalTabsForm.php Builds a simple form to test the #group property on #type 'vertical_tabs'.

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