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
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.
TestNodeFormOverride class core/modules/media_library/tests/modules/media_library_test/src/Form/TestNodeFormOverride.php Override NodeForm to test media library form submission semantics.
TestNodeFormOverride.php file core/modules/media_library/tests/modules/media_library_test/src/Form/TestNodeFormOverride.php
TestNodeFormOverride::submitForm function core/modules/media_library/tests/modules/media_library_test/src/Form/TestNodeFormOverride.php This is the default entity object builder function. It is called before any
other submit handler to build the new entity object to be used by the
following submit handlers. At this point of the form workflow the entity is
validated and the form state…
TestNotAnEntityForm class core/tests/Drupal/Tests/Core/Entity/EntityTypeManagerTest.php Provides a test entity form that doesn't extend EntityForm.
TestNotAnEntityForm::buildForm function core/tests/Drupal/Tests/Core/Entity/EntityTypeManagerTest.php Form constructor.
TestNotAnEntityForm::getFormId function core/tests/Drupal/Tests/Core/Entity/EntityTypeManagerTest.php Returns a unique string identifying the form.
TestNotAnEntityForm::submitForm function core/tests/Drupal/Tests/Core/Entity/EntityTypeManagerTest.php Form submission handler.
TestPerComponentEntityFormDisplay class core/modules/migrate/tests/src/Unit/destination/PerComponentEntityFormDisplayTest.php Test class for testing per component entity form display.
TestPerComponentEntityFormDisplay::$entity property core/modules/migrate/tests/src/Unit/destination/PerComponentEntityFormDisplayTest.php The test entity.
TestPerComponentEntityFormDisplay::$testValues property core/modules/migrate/tests/src/Unit/destination/PerComponentEntityFormDisplayTest.php The test values.
TestPerComponentEntityFormDisplay::getEntity function core/modules/migrate/tests/src/Unit/destination/PerComponentEntityFormDisplayTest.php Gets the test entity.
TestPerComponentEntityFormDisplay::getTestValues function core/modules/migrate/tests/src/Unit/destination/PerComponentEntityFormDisplayTest.php Gets the test values.
TestPerComponentEntityFormDisplay::MODE_NAME constant core/modules/migrate/tests/src/Unit/destination/PerComponentEntityFormDisplayTest.php
TestPerComponentEntityFormDisplay::__construct function core/modules/migrate/tests/src/Unit/destination/PerComponentEntityFormDisplayTest.php PerComponentEntityDisplay constructor.
TestPluginForm class core/tests/Drupal/Tests/Core/Plugin/DefaultPluginManagerTest.php Plugin form test class.
TestPluginForm::buildConfigurationForm function core/tests/Drupal/Tests/Core/Plugin/DefaultPluginManagerTest.php Form constructor.
TestPluginForm::submitConfigurationForm function core/tests/Drupal/Tests/Core/Plugin/DefaultPluginManagerTest.php Form submission handler.
TestPluginForm::validateConfigurationForm function core/tests/Drupal/Tests/Core/Plugin/DefaultPluginManagerTest.php Form validation handler.
TestPluginWithForm class core/tests/Drupal/Tests/Core/Theme/Icon/IconPackExtractorFormTest.php Test class for form.
TestPluginWithForm::buildConfigurationForm function core/tests/Drupal/Tests/Core/Theme/Icon/IconPackExtractorFormTest.php
TestPluginWithForm::getFormClass function core/tests/Drupal/Tests/Core/Theme/Icon/IconPackExtractorFormTest.php Gets the form class for the given operation.
TestPluginWithForm::getPluginDefinition function core/tests/Drupal/Tests/Core/Theme/Icon/IconPackExtractorFormTest.php Gets the definition of the plugin implementation.
TestPluginWithForm::getPluginId function core/tests/Drupal/Tests/Core/Theme/Icon/IconPackExtractorFormTest.php Gets the plugin ID of the plugin instance.
TestPluginWithForm::hasFormClass function core/tests/Drupal/Tests/Core/Theme/Icon/IconPackExtractorFormTest.php Gets whether the plugin has a form class for the given operation.
TestPluginWithForm::submitConfigurationForm function core/tests/Drupal/Tests/Core/Theme/Icon/IconPackExtractorFormTest.php
TestPluginWithForm::validateConfigurationForm function core/tests/Drupal/Tests/Core/Theme/Icon/IconPackExtractorFormTest.php
TestSettingsValidationBlock::blockForm function core/modules/block/tests/modules/block_test/src/Plugin/Block/TestSettingsValidationBlock.php
TestSkipRowProcess::transform function core/modules/migrate/tests/modules/migrate_prepare_row_test/src/Plugin/migrate/process/TestSkipRowProcess.php Performs the associated process.
TestTextTrimmedFormatter class core/modules/field/tests/modules/field_plugins_test/src/Plugin/Field/FieldFormatter/TestTextTrimmedFormatter.php Plugin implementation of the 'field_plugins_test_text_formatter' formatter.
TestTextTrimmedFormatter.php file core/modules/field/tests/modules/field_plugins_test/src/Plugin/Field/FieldFormatter/TestTextTrimmedFormatter.php
TestThemeThemeHooks::formSystemThemeSettingsAlter function core/modules/system/tests/themes/test_theme_theme/src/Hook/TestThemeThemeHooks.php Implements hook_form_system_theme_settings_alter().
TestToolkit::buildConfigurationForm function core/modules/system/tests/modules/image_test/src/Plugin/ImageToolkit/TestToolkit.php Form constructor.
TestToolkit::submitConfigurationForm function core/modules/system/tests/modules/image_test/src/Plugin/ImageToolkit/TestToolkit.php Form submission handler.

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