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
AjaxTestForm::buildForm function core/modules/system/tests/modules/ajax_test/src/Form/AjaxTestForm.php Form constructor.
AjaxTestForm::getFormId function core/modules/system/tests/modules/ajax_test/src/Form/AjaxTestForm.php Returns a unique string identifying the form.
AjaxTestForm::helloWorld function core/modules/system/tests/modules/ajax_test/src/Form/AjaxTestForm.php An AJAX callback that prints "Hello World!" as a message.
AjaxTestForm::submitForm function core/modules/system/tests/modules/ajax_test/src/Form/AjaxTestForm.php Form submission handler.
AjaxTestForm::validateForm function core/modules/system/tests/modules/ajax_test/src/Form/AjaxTestForm.php Form validation handler.
AjaxTestFormPromise class core/modules/system/tests/modules/ajax_test/src/Form/AjaxTestFormPromise.php Test form for ajax_test_form_promise.
AjaxTestFormPromise.php file core/modules/system/tests/modules/ajax_test/src/Form/AjaxTestFormPromise.php
AjaxTestFormPromise::buildForm function core/modules/system/tests/modules/ajax_test/src/Form/AjaxTestFormPromise.php Form for testing the addition of various types of elements via Ajax.
AjaxTestFormPromise::executeCommands function core/modules/system/tests/modules/ajax_test/src/Form/AjaxTestFormPromise.php Ajax callback for the "Execute commands button" button.
AjaxTestFormPromise::getFormId function core/modules/system/tests/modules/ajax_test/src/Form/AjaxTestFormPromise.php Returns a unique string identifying the form.
AjaxTestFormPromise::submitForm function core/modules/system/tests/modules/ajax_test/src/Form/AjaxTestFormPromise.php Form submission handler.
AjaxTestImageEffect::buildConfigurationForm function core/modules/image/tests/modules/image_module_test/src/Plugin/ImageEffect/AjaxTestImageEffect.php Form constructor.
AjaxTestImageEffect::submitConfigurationForm function core/modules/image/tests/modules/image_module_test/src/Plugin/ImageEffect/AjaxTestImageEffect.php Form submission handler.
AjaxTestMessageCommandForm class core/modules/system/tests/modules/ajax_test/src/Form/AjaxTestMessageCommandForm.php Form for testing AJAX MessageCommand.
AjaxTestMessageCommandForm.php file core/modules/system/tests/modules/ajax_test/src/Form/AjaxTestMessageCommandForm.php
AjaxTestMessageCommandForm::buildForm function core/modules/system/tests/modules/ajax_test/src/Form/AjaxTestMessageCommandForm.php Form constructor.
AjaxTestMessageCommandForm::getFormId function core/modules/system/tests/modules/ajax_test/src/Form/AjaxTestMessageCommandForm.php Returns a unique string identifying the form.
AjaxTestMessageCommandForm::makeMessageAlternate function core/modules/system/tests/modules/ajax_test/src/Form/AjaxTestMessageCommandForm.php Callback for testing MessageCommand using an alternate message location.
AjaxTestMessageCommandForm::makeMessageDefault function core/modules/system/tests/modules/ajax_test/src/Form/AjaxTestMessageCommandForm.php Callback for testing MessageCommand with default settings.
AjaxTestMessageCommandForm::makeMessageWarning function core/modules/system/tests/modules/ajax_test/src/Form/AjaxTestMessageCommandForm.php Callback for testing MessageCommand with warning status.
AjaxTestMessageCommandForm::submitForm function core/modules/system/tests/modules/ajax_test/src/Form/AjaxTestMessageCommandForm.php Form submission handler.
AjaxTestMessageCommandForm::validateForm function core/modules/system/tests/modules/ajax_test/src/Form/AjaxTestMessageCommandForm.php Form validation handler.
ajax_forms_test.info.yml file core/modules/system/tests/modules/ajax_forms_test/ajax_forms_test.info.yml core/modules/system/tests/modules/ajax_forms_test/ajax_forms_test.info.yml
ajax_forms_test.routing.yml file core/modules/system/tests/modules/ajax_forms_test/ajax_forms_test.routing.yml core/modules/system/tests/modules/ajax_forms_test/ajax_forms_test.routing.yml
Alignment::buildConfigurationForm function core/modules/ckeditor5/src/Plugin/CKEditor5Plugin/Alignment.php Form for choosing which alignment types are available.
Alignment::submitConfigurationForm function core/modules/ckeditor5/src/Plugin/CKEditor5Plugin/Alignment.php Form submission handler.
Alignment::validateConfigurationForm function core/modules/ckeditor5/src/Plugin/CKEditor5Plugin/Alignment.php Form validation handler.
Analyze::buildForm function core/modules/views_ui/src/Form/Ajax/Analyze.php Form constructor.
Analyze::getFormId function core/modules/views_ui/src/Form/Ajax/Analyze.php Returns a unique string identifying the form.
Analyze::getFormKey function core/modules/views_ui/src/Form/Ajax/Analyze.php Returns the key that represents this form.
Analyze::submitForm function core/modules/views_ui/src/Form/Ajax/Analyze.php Form submission handler.
Analyzer::formatMessage function core/modules/views/src/Analyzer.php Formats an analysis message.
Analyzer::formatMessages function core/modules/views/src/Analyzer.php Formats the analyze result into a message string.
AreaDisplayLinkTest::assertFormOptions function core/modules/views/tests/src/Kernel/Handler/AreaDisplayLinkTest.php Assert the display options contains only path based displays.
AreaPluginBase::buildOptionsForm function core/modules/views/src/Plugin/views/area/AreaPluginBase.php Provide a form to edit options for this plugin.
ArgumentDefaultPluginBase::buildOptionsForm function core/modules/views/src/Plugin/views/argument_default/ArgumentDefaultPluginBase.php Provide the default form for setting options.
ArgumentDefaultPluginBase::submitOptionsForm function core/modules/views/src/Plugin/views/argument_default/ArgumentDefaultPluginBase.php Provide the default form for submitting options.
ArgumentDefaultPluginBase::validateOptionsForm function core/modules/views/src/Plugin/views/argument_default/ArgumentDefaultPluginBase.php Provide the default form for validating options.
ArgumentPluginBase::buildOptionsForm function core/modules/views/src/Plugin/views/argument/ArgumentPluginBase.php Provide a form to edit options for this plugin.
ArgumentPluginBase::defaultArgumentForm function core/modules/views/src/Plugin/views/argument/ArgumentPluginBase.php Provides a form for selecting the default argument.
ArgumentPluginBase::defaultSummaryForm function core/modules/views/src/Plugin/views/argument/ArgumentPluginBase.php Provides a form for selecting summary options.
ArgumentPluginBase::submitOptionsForm function core/modules/views/src/Plugin/views/argument/ArgumentPluginBase.php Handle any special handling on the validate form.
ArgumentPluginBase::validateOptionsForm function core/modules/views/src/Plugin/views/argument/ArgumentPluginBase.php Validate the options form.
ArgumentTransformTermTest class core/modules/taxonomy/tests/src/Kernel/Views/ArgumentTransformTermTest.php Tests taxonomy term argument transformation.
ArgumentTransformTermTest.php file core/modules/taxonomy/tests/src/Kernel/Views/ArgumentTransformTermTest.php
ArgumentTransformTermTest::$testViews property core/modules/taxonomy/tests/src/Kernel/Views/ArgumentTransformTermTest.php Views to be enabled.
ArgumentTransformTermTest::termArgumentTransformationProvider function core/modules/taxonomy/tests/src/Kernel/Views/ArgumentTransformTermTest.php Provides data for testTermArgumentTransformation().
ArgumentTransformTermTest::testTermArgumentTransformation function core/modules/taxonomy/tests/src/Kernel/Views/ArgumentTransformTermTest.php Tests term argument transformation of hyphens and spaces.
ArgumentValidatorPluginBase::buildOptionsForm function core/modules/views/src/Plugin/views/argument_validator/ArgumentValidatorPluginBase.php Provides the default form for setting options.
ArgumentValidatorPluginBase::submitOptionsForm function core/modules/views/src/Plugin/views/argument_validator/ArgumentValidatorPluginBase.php Provides the default form for submitting options.

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