Search for forms

  1. Search 7.x for forms
  2. Search 9.5.x for forms
  3. Search 8.9.x for forms
  4. Search 10.3.x for forms
  5. Other projects
Title Object type File name Summary
FormSubmitterTest::testExecuteSubmitHandlers function core/tests/Drupal/Tests/Core/Form/FormSubmitterTest.php Tests execute submit handlers.
FormSubmitterTest::testHandleFormSubmissionNoRedirect function core/tests/Drupal/Tests/Core/Form/FormSubmitterTest.php Tests handle form submission no redirect.
FormSubmitterTest::testHandleFormSubmissionNotSubmitted function core/tests/Drupal/Tests/Core/Form/FormSubmitterTest.php Tests handle form submission not submitted.
FormSubmitterTest::testHandleFormSubmissionWithResponses function core/tests/Drupal/Tests/Core/Form/FormSubmitterTest.php Tests handle form submission with responses.
FormSubmitterTest::testRedirectWithNull function core/tests/Drupal/Tests/Core/Form/FormSubmitterTest.php Tests the redirectForm() method when the redirect is NULL.
FormSubmitterTest::testRedirectWithoutResult function core/tests/Drupal/Tests/Core/Form/FormSubmitterTest.php Tests the redirectForm() method when no redirect is expected.
FormSubmitterTest::testRedirectWithResponseObject function core/tests/Drupal/Tests/Core/Form/FormSubmitterTest.php Tests the redirectForm() method with a response object.
FormSubmitterTest::testRedirectWithUrl function core/tests/Drupal/Tests/Core/Form/FormSubmitterTest.php Tests redirectForm() when a redirect is a Url object.
FormTest::testFieldFormSingle function core/modules/field/tests/src/Functional/FormTest.php Tests the single-value field form functionality.
FormTest::testFieldFormSingleRequired function core/modules/field/tests/src/Functional/FormTest.php Tests the required single-value field form.
FormTest::testGetFormsCsrfToken function core/modules/system/tests/src/Functional/Form/FormTest.php CSRF tokens for GET forms should not be added by default.
FormTestBase::$formSubmitter property core/tests/Drupal/Tests/Core/Form/FormTestBase.php
FormTestBase::simulateFormSubmission function core/tests/Drupal/Tests/Core/Form/FormTestBase.php Simulates a form submission within a request, bypassing submitForm().
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 Form constructor.
FormTestFormStateValuesCleanAdvancedForm::getFormId function core/modules/system/tests/modules/form_test/src/Form/FormTestFormStateValuesCleanAdvancedForm.php Returns a unique string identifying the form.
FormTestFormStateValuesCleanAdvancedForm::submitForm function core/modules/system/tests/modules/form_test/src/Form/FormTestFormStateValuesCleanAdvancedForm.php Form submission handler.
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 Form constructor.
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 Returns a unique string identifying the form.
FormTestFormStateValuesCleanForm::submitForm function core/modules/system/tests/modules/form_test/src/Form/FormTestFormStateValuesCleanForm.php Form submission handler.
FormTestMachineNameValidationForm::buildAjaxSnackConfigureFormSubmit function core/modules/system/tests/modules/form_test/src/Form/FormTestMachineNameValidationForm.php Submit callback that forces a form rebuild.
GetTest::testTransformSourceArray function core/modules/migrate/tests/src/Unit/process/GetTest.php Tests the Get plugin when source is an array.
GetTest::testTransformSourceArrayAt function core/modules/migrate/tests/src/Unit/process/GetTest.php Tests the Get plugin when source is an array pointing to destination.
GetTest::testTransformSourceString function core/modules/migrate/tests/src/Unit/process/GetTest.php Tests the Get plugin when source is a string.
GetTest::testTransformSourceStringAt function core/modules/migrate/tests/src/Unit/process/GetTest.php Tests the Get plugin when source is a string pointing to destination.
IconExtractorPluginManager::getExtractorForms function core/lib/Drupal/Core/Theme/Icon/IconExtractorPluginManager.php Get multiple extractor settings form.
IconPackExtractorFormTest::$formState property core/tests/Drupal/Tests/Core/Theme/Icon/IconPackExtractorFormTest.php The form state.
IconPackManager::getExtractorPluginForms function core/lib/Drupal/Core/Theme/Icon/Plugin/IconPackManager.php Retrieve extractor forms based on the provided icon set limit.
IconPackManagerInterface::getExtractorPluginForms function core/lib/Drupal/Core/Theme/Icon/Plugin/IconPackManagerInterface.php Retrieve extractor forms based on the provided icon set limit.
IconPackManagerKernelTest::testGetExtractorPluginForms function core/tests/Drupal/KernelTests/Core/Theme/Icon/IconPackManagerKernelTest.php Test the IconPackManager::getExtractorPluginForms method.
IconPackManagerKernelTest::testGetExtractorPluginFormsWithAllowed function core/tests/Drupal/KernelTests/Core/Theme/Icon/IconPackManagerKernelTest.php Test the IconPackManager::getExtractorPluginForms method.
IconPackManagerKernelTest::testGetExtractorPluginFormsWithDefault function core/tests/Drupal/KernelTests/Core/Theme/Icon/IconPackManagerKernelTest.php Test the IconPackManager::getExtractorPluginForms method with default.
LayoutBuilderDisableInteractionsTest::testFormsLinksDisabled function core/modules/layout_builder/tests/src/FunctionalJavascript/LayoutBuilderDisableInteractionsTest.php Tests that forms and links are disabled in the Layout Builder preview.
LinkFieldFormStatesTest class core/modules/link/tests/src/FunctionalJavascript/LinkFieldFormStatesTest.php Tests link field form states functionality.
LinkFieldFormStatesTest.php file core/modules/link/tests/src/FunctionalJavascript/LinkFieldFormStatesTest.php
LinkFieldFormStatesTest::$defaultTheme property core/modules/link/tests/src/FunctionalJavascript/LinkFieldFormStatesTest.php The theme to install as the default for testing.
LinkFieldFormStatesTest::$modules property core/modules/link/tests/src/FunctionalJavascript/LinkFieldFormStatesTest.php Modules to install.
LinkFieldFormStatesTest::linkFieldFormStatesData function core/modules/link/tests/src/FunctionalJavascript/LinkFieldFormStatesTest.php Provides data for ::testLinkFieldJSFormStates.
LinkFieldFormStatesTest::setUp function core/modules/link/tests/src/FunctionalJavascript/LinkFieldFormStatesTest.php
LinkFieldFormStatesTest::testLinkFieldFormStates function core/modules/link/tests/src/FunctionalJavascript/LinkFieldFormStatesTest.php Tests link field form states.
LocaleHooks::formSystemFileSystemSettingsAlter function core/modules/locale/src/Hook/LocaleHooks.php Implements hook_form_FORM_ID_alter() for system_file_system_settings().
MediaLibraryAddFormTest::testFormStateValidation function core/modules/media_library/tests/src/Kernel/MediaLibraryAddFormTest.php Tests the validation of the library state in the media library add form.
MediaSource::$forms property core/modules/media/src/Annotation/MediaSource.php The classes used to define media source-specific forms.
MediaTypeForm::getSourceSubFormState function core/modules/media/src/MediaTypeForm.php Gets subform state for the media source configuration subform.
MenuParentFormSelector class core/lib/Drupal/Core/Menu/MenuParentFormSelector.php Default implementation of the menu parent form selector service.
MenuParentFormSelector.php file core/lib/Drupal/Core/Menu/MenuParentFormSelector.php

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