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
CommentWidget::formElement function core/modules/comment/src/Plugin/Field/FieldWidget/CommentWidget.php Returns the form for a single field widget.
CommentWidget::massageFormValues function core/modules/comment/src/Plugin/Field/FieldWidget/CommentWidget.php Massages the form values into the format expected for field values.
CommentXmlAnonTest::$format property core/modules/comment/tests/src/Functional/Rest/CommentXmlAnonTest.php The format to use in this test.
CommentXmlBasicAuthTest::$format property core/modules/comment/tests/src/Functional/Rest/CommentXmlBasicAuthTest.php The format to use in this test.
CommentXmlCookieTest::$format property core/modules/comment/tests/src/Functional/Rest/CommentXmlCookieTest.php The format to use in this test.
ComplexDataNormalizerTest::TEST_FORMAT constant core/modules/serialization/tests/src/Unit/Normalizer/ComplexDataNormalizerTest.php Test format string.
ComplexTestTypeConfigureForm class core/modules/workflows/tests/modules/workflow_type_test/src/Form/ComplexTestTypeConfigureForm.php Form to configure the complex test workflow type.
ComplexTestTypeConfigureForm.php file core/modules/workflows/tests/modules/workflow_type_test/src/Form/ComplexTestTypeConfigureForm.php
ComplexTestTypeConfigureForm::buildConfigurationForm function core/modules/workflows/tests/modules/workflow_type_test/src/Form/ComplexTestTypeConfigureForm.php Form constructor.
ComplexTestTypeConfigureForm::submitConfigurationForm function core/modules/workflows/tests/modules/workflow_type_test/src/Form/ComplexTestTypeConfigureForm.php Form submission handler.
ComplexTestTypeStateForm class core/modules/workflows/tests/modules/workflow_type_test/src/Form/ComplexTestTypeStateForm.php Form to configure the complex test workflow states.
ComplexTestTypeStateForm.php file core/modules/workflows/tests/modules/workflow_type_test/src/Form/ComplexTestTypeStateForm.php
ComplexTestTypeStateForm::buildConfigurationForm function core/modules/workflows/tests/modules/workflow_type_test/src/Form/ComplexTestTypeStateForm.php Form constructor.
ComplexTestTypeTransitionForm class core/modules/workflows/tests/modules/workflow_type_test/src/Form/ComplexTestTypeTransitionForm.php Form to configure the complex test workflow states.
ComplexTestTypeTransitionForm.php file core/modules/workflows/tests/modules/workflow_type_test/src/Form/ComplexTestTypeTransitionForm.php
ComplexTestTypeTransitionForm::buildConfigurationForm function core/modules/workflows/tests/modules/workflow_type_test/src/Form/ComplexTestTypeTransitionForm.php Form constructor.
ComponentInFormTest class core/tests/Drupal/KernelTests/Components/ComponentInFormTest.php Tests the correct rendering of components in form.
ComponentInFormTest.php file core/tests/Drupal/KernelTests/Components/ComponentInFormTest.php
ComponentInFormTest::$modules property core/tests/Drupal/KernelTests/Components/ComponentInFormTest.php Modules to install.
ComponentInFormTest::$themes property core/tests/Drupal/KernelTests/Components/ComponentInFormTest.php Themes to install.
ComponentInFormTest::buildForm function core/tests/Drupal/KernelTests/Components/ComponentInFormTest.php Form constructor.
ComponentInFormTest::getFormId function core/tests/Drupal/KernelTests/Components/ComponentInFormTest.php Returns a unique string identifying the form.
ComponentInFormTest::submitForm function core/tests/Drupal/KernelTests/Components/ComponentInFormTest.php Form submission handler.
ComponentInFormTest::testFormRenderingAndSubmission function core/tests/Drupal/KernelTests/Components/ComponentInFormTest.php Tests that fields validation messages are sorted in the fields order.
ComponentInFormTest::validateForm function core/tests/Drupal/KernelTests/Components/ComponentInFormTest.php Form validation handler.
CompositeFormElementTrait trait core/lib/Drupal/Core/Render/Element/CompositeFormElementTrait.php Provides a trait for radios, checkboxes, and similar composite form elements.
CompositeFormElementTrait.php file core/lib/Drupal/Core/Render/Element/CompositeFormElementTrait.php
CompositeFormElementTrait::preRenderCompositeFormElement function core/lib/Drupal/Core/Render/Element/CompositeFormElementTrait.php Adds form element theming to an element if its title or description is set.
Concat::transform function core/modules/migrate/src/Plugin/migrate/process/Concat.php Performs the associated process.
ConditionFormTest class core/modules/system/tests/src/Functional/Condition/ConditionFormTest.php Tests that condition plugins basic form handling is working.
ConditionFormTest.php file core/modules/system/tests/src/Functional/Condition/ConditionFormTest.php
ConditionFormTest::$defaultTheme property core/modules/system/tests/src/Functional/Condition/ConditionFormTest.php The theme to install as the default for testing.
ConditionFormTest::$modules property core/modules/system/tests/src/Functional/Condition/ConditionFormTest.php Modules to install.
ConditionFormTest::testConfigForm function core/modules/system/tests/src/Functional/Condition/ConditionFormTest.php Submit the condition_node_type_test_form to test condition forms.
ConditionPluginBase::buildConfigurationForm function core/lib/Drupal/Core/Condition/ConditionPluginBase.php Form constructor.
ConditionPluginBase::submitConfigurationForm function core/lib/Drupal/Core/Condition/ConditionPluginBase.php Form submission handler.
ConditionPluginBase::validateConfigurationForm function core/lib/Drupal/Core/Condition/ConditionPluginBase.php Form validation handler.
config.import_transformer service core/core.services.yml Drupal\Core\Config\ImportStorageTransformer
ConfigController::$diffFormatter property core/modules/config/src/Controller/ConfigController.php The diff formatter.
ConfigController::$importTransformer property core/modules/config/src/Controller/ConfigController.php The import transformer service.
ConfigDependencies::$formatProviders property core/modules/rest/src/Entity/ConfigDependencies.php The serialization format providers, keyed by format.
ConfigDependencies::onDependencyRemovalForMethodGranularity function core/modules/rest/src/Entity/ConfigDependencies.php Informs the entity that entities it depends on will be deleted.
ConfigDependencyDeleteFormTrait trait core/lib/Drupal/Core/Config/Entity/ConfigDependencyDeleteFormTrait.php Lists affected configuration entities by a dependency removal.
ConfigDependencyDeleteFormTrait.php file core/lib/Drupal/Core/Config/Entity/ConfigDependencyDeleteFormTrait.php
ConfigDependencyDeleteFormTrait::addDependencyListsToForm function core/lib/Drupal/Core/Config/Entity/ConfigDependencyDeleteFormTrait.php Adds form elements to list affected configuration entities.
ConfigDependencyDeleteFormTrait::t function core/lib/Drupal/Core/Config/Entity/ConfigDependencyDeleteFormTrait.php Translates a string to the current language or to a given language.
ConfigDependencyWebTest::testConfigDependencyDeleteFormTrait function core/modules/config/tests/src/Functional/ConfigDependencyWebTest.php Tests ConfigDependencyDeleteFormTrait.
ConfigEntityFormOverrideTest class core/modules/config/tests/src/Functional/ConfigEntityFormOverrideTest.php Tests that config overrides do not bleed through in entity forms and lists.
ConfigEntityFormOverrideTest.php file core/modules/config/tests/src/Functional/ConfigEntityFormOverrideTest.php
ConfigEntityFormOverrideTest::$defaultTheme property core/modules/config/tests/src/Functional/ConfigEntityFormOverrideTest.php The theme to install as the default for testing.

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