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
ImportForm::__construct function core/modules/locale/src/Form/ImportForm.php Constructs a form for language import.
ImportStorageTransformer class core/lib/Drupal/Core/Config/ImportStorageTransformer.php The import storage transformer helps to use the configuration management api.
ImportStorageTransformer.php file core/lib/Drupal/Core/Config/ImportStorageTransformer.php
ImportStorageTransformer::$connection property core/lib/Drupal/Core/Config/ImportStorageTransformer.php The drupal database connection.
ImportStorageTransformer::$eventDispatcher property core/lib/Drupal/Core/Config/ImportStorageTransformer.php The event dispatcher to get changes to the configuration.
ImportStorageTransformer::$persistentLock property core/lib/Drupal/Core/Config/ImportStorageTransformer.php The persistent lock which the config importer uses across requests.
ImportStorageTransformer::$requestLock property core/lib/Drupal/Core/Config/ImportStorageTransformer.php The normal lock for the duration of the request.
ImportStorageTransformer::LOCK_NAME constant core/lib/Drupal/Core/Config/ImportStorageTransformer.php The name used to identify the lock.
ImportStorageTransformer::transform function core/lib/Drupal/Core/Config/ImportStorageTransformer.php Transform the storage to be imported from.
ImportStorageTransformer::__construct function core/lib/Drupal/Core/Config/ImportStorageTransformer.php ImportStorageTransformer constructor.
ImportStorageTransformerTest class core/tests/Drupal/KernelTests/Core/Config/ImportStorageTransformerTest.php Tests the import storage transformer.
ImportStorageTransformerTest.php file core/tests/Drupal/KernelTests/Core/Config/ImportStorageTransformerTest.php
ImportStorageTransformerTest::$modules property core/tests/Drupal/KernelTests/Core/Config/ImportStorageTransformerTest.php Modules to install.
ImportStorageTransformerTest::setUp function core/tests/Drupal/KernelTests/Core/Config/ImportStorageTransformerTest.php
ImportStorageTransformerTest::testTransform function core/tests/Drupal/KernelTests/Core/Config/ImportStorageTransformerTest.php Tests the import transformation.
ImportStorageTransformerTest::testTransformLocked function core/tests/Drupal/KernelTests/Core/Config/ImportStorageTransformerTest.php Tests that the import transformer throws an exception.
ImportStorageTransformerTest::testTransformWhileImporting function core/tests/Drupal/KernelTests/Core/Config/ImportStorageTransformerTest.php Tests the import transformer during a running config import.
IncorrectConfigTargetForm class core/modules/system/tests/modules/form_test/src/Form/IncorrectConfigTargetForm.php A form for configuring preferences with AJAX updates.
IncorrectConfigTargetForm.php file core/modules/system/tests/modules/form_test/src/Form/IncorrectConfigTargetForm.php
IncorrectConfigTargetForm::buildForm function core/modules/system/tests/modules/form_test/src/Form/IncorrectConfigTargetForm.php Form constructor.
IncorrectConfigTargetForm::getEditableConfigNames function core/modules/system/tests/modules/form_test/src/Form/IncorrectConfigTargetForm.php Gets the configuration names that will be editable.
IncorrectConfigTargetForm::getFormId function core/modules/system/tests/modules/form_test/src/Form/IncorrectConfigTargetForm.php Returns a unique string identifying the form.
IncrementalForm class core/modules/migrate_drupal_ui/src/Form/IncrementalForm.php Migrate Upgrade Incremental form.
IncrementalForm.php file core/modules/migrate_drupal_ui/src/Form/IncrementalForm.php
IncrementalForm::$dateFormatter property core/modules/migrate_drupal_ui/src/Form/IncrementalForm.php The date formatter service.
IncrementalForm::buildForm function core/modules/migrate_drupal_ui/src/Form/IncrementalForm.php Form constructor.
IncrementalForm::create function core/modules/migrate_drupal_ui/src/Form/IncrementalForm.php Instantiates a new instance of this class.
IncrementalForm::getConfirmText function core/modules/migrate_drupal_ui/src/Form/IncrementalForm.php Returns a caption for the button that confirms the action.
IncrementalForm::getFormId function core/modules/migrate_drupal_ui/src/Form/IncrementalForm.php Returns a unique string identifying the form.
IncrementalForm::submitForm function core/modules/migrate_drupal_ui/src/Form/IncrementalForm.php Form submission handler.
IncrementalForm::__construct function core/modules/migrate_drupal_ui/src/Form/IncrementalForm.php IncrementalForm constructor.
IndexTidDepth::buildOptionsForm function core/modules/taxonomy/src/Plugin/views/argument/IndexTidDepth.php Provide a form to edit options for this plugin.
IndexTidDepthModifier::buildOptionsForm function core/modules/taxonomy/src/Plugin/views/argument/IndexTidDepthModifier.php Provide a form to edit options for this plugin.
Information types group core/core.api.php Types of information in Drupal.
inline-form.css file core/profiles/demo_umami/themes/umami/css/classy/components/inline-form.css Visual styles for inline forms.
inline-form.css file core/themes/claro/css/classy/components/inline-form.css Visual styles for inline forms.
inline-form.css file core/themes/starterkit_theme/css/components/inline-form.css Visual styles for inline forms.
InlineBlock::blockForm function core/modules/layout_builder/src/Plugin/Block/InlineBlock.php
InlineBlock::buildConfigurationForm function core/modules/layout_builder/src/Plugin/Block/InlineBlock.php Form constructor.
InlineBlock::processBlockForm function core/modules/layout_builder/src/Plugin/Block/InlineBlock.php Process callback to insert a Content Block form.
InlineBlockPrivateFilesTest::attachFileToBlockForm function core/modules/layout_builder/tests/src/FunctionalJavascript/InlineBlockPrivateFilesTest.php Attaches a file to the block edit form.
InlineFormErrorsHooks class core/modules/inline_form_errors/src/Hook/InlineFormErrorsHooks.php Hook implementations for inline_form_errors.
InlineFormErrorsHooks.php file core/modules/inline_form_errors/src/Hook/InlineFormErrorsHooks.php
InlineFormErrorsHooks::elementInfoAlter function core/modules/inline_form_errors/src/Hook/InlineFormErrorsHooks.php Implements hook_element_info_alter().
InlineFormErrorsHooks::help function core/modules/inline_form_errors/src/Hook/InlineFormErrorsHooks.php Implements hook_help().
InlineFormErrorsServiceProvider class core/modules/inline_form_errors/src/InlineFormErrorsServiceProvider.php Overrides the form_error_handler service to enable inline form errors.
InlineFormErrorsServiceProvider.php file core/modules/inline_form_errors/src/InlineFormErrorsServiceProvider.php
InlineFormErrorsServiceProvider::alter function core/modules/inline_form_errors/src/InlineFormErrorsServiceProvider.php Modifies existing service definitions.
InlineFormErrorsThemeHooks class core/modules/inline_form_errors/src/Hook/InlineFormErrorsThemeHooks.php Hook implementations for inline_form_errors.
InlineFormErrorsThemeHooks.php file core/modules/inline_form_errors/src/Hook/InlineFormErrorsThemeHooks.php

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