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/lib/Drupal/Core/Render/Element/Form.php Provides a render element for a form.
Form class core/modules/system/tests/modules/router_test_directory/src/Form.php Form to test _form routing.

All search results

Title Object type File name Summary
TestForm class core/modules/block/tests/modules/block_test/src/Form/TestForm.php Form that performs base block form test.
TestForm class core/tests/Drupal/Tests/Core/Form/FormBuilderTest.php Basic test form with interface implemented.
TestForm class core/modules/system/tests/modules/dialog_renderer_test/src/Form/TestForm.php Provides a form for testing the drupalAutoButtons dialog option.
TestForm.php file core/modules/system/tests/modules/dialog_renderer_test/src/Form/TestForm.php
TestForm.php file core/modules/system/tests/modules/test_page_test/src/Form/TestForm.php
TestForm.php file core/modules/block/tests/modules/block_test/src/Form/TestForm.php
TestForm::buildForm function core/modules/block/tests/modules/block_test/src/Form/TestForm.php Form constructor.
TestForm::buildForm function core/tests/Drupal/Tests/Core/Form/FormBuilderTest.php Form constructor.
TestForm::buildForm function core/modules/system/tests/modules/dialog_renderer_test/src/Form/TestForm.php Form constructor.
TestForm::buildForm function core/modules/system/tests/modules/test_page_test/src/Form/TestForm.php Form constructor.
TestForm::getFormId function core/modules/system/tests/modules/test_page_test/src/Form/TestForm.php Returns a unique string identifying the form.
TestForm::getFormId function core/tests/Drupal/Tests/Core/Form/FormBuilderTest.php Returns a unique string identifying the form.
TestForm::getFormId function core/modules/block/tests/modules/block_test/src/Form/TestForm.php Returns a unique string identifying the form.
TestForm::getFormId function core/modules/system/tests/modules/dialog_renderer_test/src/Form/TestForm.php Returns a unique string identifying the form.
TestForm::submitForm function core/modules/system/tests/modules/dialog_renderer_test/src/Form/TestForm.php Form submission handler.
TestForm::submitForm function core/modules/system/tests/modules/test_page_test/src/Form/TestForm.php Form submission handler.
TestForm::submitForm function core/modules/block/tests/modules/block_test/src/Form/TestForm.php Form submission handler.
TestForm::submitForm function core/tests/Drupal/Tests/Core/Form/FormBuilderTest.php Form submission handler.
TestForm::validateForm function core/tests/Drupal/Tests/Core/Form/FormBuilderTest.php Form validation handler.
TestForm::validateForm function core/modules/block/tests/modules/block_test/src/Form/TestForm.php Form validation handler.
TestFormApiFormBlock class core/modules/layout_builder/tests/modules/layout_builder_form_block_test/src/Plugin/Block/TestFormApiFormBlock.php Provides a block containing a Form API form for use in Layout Builder tests.
TestFormApiFormBlock.php file core/modules/layout_builder/tests/modules/layout_builder_form_block_test/src/Plugin/Block/TestFormApiFormBlock.php
TestFormApiFormBlock::$formBuilder property core/modules/layout_builder/tests/modules/layout_builder_form_block_test/src/Plugin/Block/TestFormApiFormBlock.php The form builder service.
TestFormApiFormBlock::build function core/modules/layout_builder/tests/modules/layout_builder_form_block_test/src/Plugin/Block/TestFormApiFormBlock.php Builds and returns the renderable array for this block plugin.
TestFormApiFormBlock::buildForm function core/modules/layout_builder/tests/modules/layout_builder_form_block_test/src/Plugin/Block/TestFormApiFormBlock.php Form constructor.
TestFormApiFormBlock::getFormId function core/modules/layout_builder/tests/modules/layout_builder_form_block_test/src/Plugin/Block/TestFormApiFormBlock.php Returns a unique string identifying the form.
TestFormApiFormBlock::submitForm function core/modules/layout_builder/tests/modules/layout_builder_form_block_test/src/Plugin/Block/TestFormApiFormBlock.php Form submission handler.
TestFormApiFormBlock::validateForm function core/modules/layout_builder/tests/modules/layout_builder_form_block_test/src/Plugin/Block/TestFormApiFormBlock.php Form validation handler.
TestFormApiFormBlock::__construct function core/modules/layout_builder/tests/modules/layout_builder_form_block_test/src/Plugin/Block/TestFormApiFormBlock.php TestFormApiFormBlock constructor.
TestFormBlock class core/modules/block/tests/modules/block_test/src/Plugin/Block/TestFormBlock.php Provides a block to test caching.
TestFormBlock.php file core/modules/block/tests/modules/block_test/src/Plugin/Block/TestFormBlock.php
TestFormBlock::build function core/modules/block/tests/modules/block_test/src/Plugin/Block/TestFormBlock.php Builds and returns the renderable array for this block plugin.
TestFormInjected class core/tests/Drupal/Tests/Core/Form/FormBuilderTest.php Basic test form with container injection interface implemented.
TestFormInjected::create function core/tests/Drupal/Tests/Core/Form/FormBuilderTest.php Instantiates a new instance of this class.
TestFormWithPredefinedForm class core/tests/Drupal/Tests/Core/Form/FormBuilderTest.php Basic test form with predefined form set.
TestFormWithPredefinedForm::$form property core/tests/Drupal/Tests/Core/Form/FormBuilderTest.php
TestFormWithPredefinedForm::buildForm function core/tests/Drupal/Tests/Core/Form/FormBuilderTest.php Form constructor.
TestFormWithPredefinedForm::setForm function core/tests/Drupal/Tests/Core/Form/FormBuilderTest.php
TestHtmlMailCollector::format function core/modules/system/tests/modules/mail_html_test/src/Plugin/Mail/TestHtmlMailCollector.php Concatenates and wraps the email body for plain-text mails.
TestInlineTemplateFormBlock class core/modules/layout_builder/tests/modules/layout_builder_form_block_test/src/Plugin/Block/TestInlineTemplateFormBlock.php Provides a block containing inline template with <form> tag.
TestInlineTemplateFormBlock.php file core/modules/layout_builder/tests/modules/layout_builder_form_block_test/src/Plugin/Block/TestInlineTemplateFormBlock.php
TestInlineTemplateFormBlock::build function core/modules/layout_builder/tests/modules/layout_builder_form_block_test/src/Plugin/Block/TestInlineTemplateFormBlock.php Builds and returns the renderable array for this block plugin.
TestItem::fieldSettingsForm function core/modules/field/tests/modules/field_test/src/Plugin/Field/FieldType/TestItem.php Returns a form for the field-level settings.
TestItem::storageSettingsForm function core/modules/field/tests/modules/field_test/src/Plugin/Field/FieldType/TestItem.php Returns a form for the storage-level settings.
TestMultipleFormController class core/modules/block/tests/modules/block_test/src/Controller/TestMultipleFormController.php Controller for block_test module.
TestMultipleFormController.php file core/modules/block/tests/modules/block_test/src/Controller/TestMultipleFormController.php
TestMultipleFormController::testMultipleForms function core/modules/block/tests/modules/block_test/src/Controller/TestMultipleFormController.php
TestMultipleFormsBlock class core/modules/block/tests/modules/block_test/src/Plugin/Block/TestMultipleFormsBlock.php Provides a block with multiple forms.
TestMultipleFormsBlock.php file core/modules/block/tests/modules/block_test/src/Plugin/Block/TestMultipleFormsBlock.php
TestMultipleFormsBlock::build function core/modules/block/tests/modules/block_test/src/Plugin/Block/TestMultipleFormsBlock.php Builds and returns the renderable array for this block plugin.

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