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. Search 11.x for form
  6. 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
TestFieldEmptyFormatter::viewElements function core/modules/field/tests/modules/field_test/src/Plugin/Field/FieldFormatter/TestFieldEmptyFormatter.php Builds a renderable array for a field value.
TestFieldEmptySettingFormatter class core/modules/field/tests/modules/field_test/src/Plugin/Field/FieldFormatter/TestFieldEmptySettingFormatter.php Plugin implementation of the 'field_empty_setting' formatter.
TestFieldEmptySettingFormatter.php file core/modules/field/tests/modules/field_test/src/Plugin/Field/FieldFormatter/TestFieldEmptySettingFormatter.php
TestFieldEmptySettingFormatter::defaultSettings function core/modules/field/tests/modules/field_test/src/Plugin/Field/FieldFormatter/TestFieldEmptySettingFormatter.php Defines the default settings for this plugin.
TestFieldEmptySettingFormatter::settingsForm function core/modules/field/tests/modules/field_test/src/Plugin/Field/FieldFormatter/TestFieldEmptySettingFormatter.php Returns a form to configure settings for the formatter.
TestFieldEmptySettingFormatter::settingsSummary function core/modules/field/tests/modules/field_test/src/Plugin/Field/FieldFormatter/TestFieldEmptySettingFormatter.php Returns a short summary for the current formatter settings.
TestFieldEmptySettingFormatter::viewElements function core/modules/field/tests/modules/field_test/src/Plugin/Field/FieldFormatter/TestFieldEmptySettingFormatter.php Builds a renderable array for a field value.
TestFieldMultipleFormatter class core/modules/field/tests/modules/field_test/src/Plugin/Field/FieldFormatter/TestFieldMultipleFormatter.php Plugin implementation of the 'field_test_multiple' formatter.
TestFieldMultipleFormatter.php file core/modules/field/tests/modules/field_test/src/Plugin/Field/FieldFormatter/TestFieldMultipleFormatter.php
TestFieldMultipleFormatter::defaultSettings function core/modules/field/tests/modules/field_test/src/Plugin/Field/FieldFormatter/TestFieldMultipleFormatter.php Defines the default settings for this plugin.
TestFieldMultipleFormatter::settingsForm function core/modules/field/tests/modules/field_test/src/Plugin/Field/FieldFormatter/TestFieldMultipleFormatter.php Returns a form to configure settings for the formatter.
TestFieldMultipleFormatter::settingsSummary function core/modules/field/tests/modules/field_test/src/Plugin/Field/FieldFormatter/TestFieldMultipleFormatter.php Returns a short summary for the current formatter settings.
TestFieldMultipleFormatter::viewElements function core/modules/field/tests/modules/field_test/src/Plugin/Field/FieldFormatter/TestFieldMultipleFormatter.php Builds a renderable array for a field value.
TestFieldNoSettingsFormatter class core/modules/field/tests/modules/field_test/src/Plugin/Field/FieldFormatter/TestFieldNoSettingsFormatter.php Plugin implementation of the 'field_no_settings' formatter.
TestFieldNoSettingsFormatter.php file core/modules/field/tests/modules/field_test/src/Plugin/Field/FieldFormatter/TestFieldNoSettingsFormatter.php
TestFieldNoSettingsFormatter::viewElements function core/modules/field/tests/modules/field_test/src/Plugin/Field/FieldFormatter/TestFieldNoSettingsFormatter.php Builds a renderable array for a field value.
TestFieldPrepareViewFormatter class core/modules/field/tests/modules/field_test/src/Plugin/Field/FieldFormatter/TestFieldPrepareViewFormatter.php Plugin implementation of the 'field_test_with_prepare_view' formatter.
TestFieldPrepareViewFormatter.php file core/modules/field/tests/modules/field_test/src/Plugin/Field/FieldFormatter/TestFieldPrepareViewFormatter.php
TestFieldPrepareViewFormatter::defaultSettings function core/modules/field/tests/modules/field_test/src/Plugin/Field/FieldFormatter/TestFieldPrepareViewFormatter.php Defines the default settings for this plugin.
TestFieldPrepareViewFormatter::prepareView function core/modules/field/tests/modules/field_test/src/Plugin/Field/FieldFormatter/TestFieldPrepareViewFormatter.php Allows formatters to load information for field values being displayed.
TestFieldPrepareViewFormatter::settingsForm function core/modules/field/tests/modules/field_test/src/Plugin/Field/FieldFormatter/TestFieldPrepareViewFormatter.php Returns a form to configure settings for the formatter.
TestFieldPrepareViewFormatter::settingsSummary function core/modules/field/tests/modules/field_test/src/Plugin/Field/FieldFormatter/TestFieldPrepareViewFormatter.php Returns a short summary for the current formatter settings.
TestFieldPrepareViewFormatter::viewElements function core/modules/field/tests/modules/field_test/src/Plugin/Field/FieldFormatter/TestFieldPrepareViewFormatter.php Builds a renderable array for a field value.
TestFieldWidget::formElement function core/modules/field/tests/modules/field_test/src/Plugin/Field/FieldWidget/TestFieldWidget.php Returns the form for a single field widget.
TestFieldWidget::settingsForm function core/modules/field/tests/modules/field_test/src/Plugin/Field/FieldWidget/TestFieldWidget.php Returns a form to configure settings for the widget.
TestFieldWidgetMultilingual::form function core/modules/field/tests/modules/field_test/src/Plugin/Field/FieldWidget/TestFieldWidgetMultilingual.php Creates a form element for a field.
TestFieldWidgetMultiple::formElement function core/modules/field/tests/modules/field_test/src/Plugin/Field/FieldWidget/TestFieldWidgetMultiple.php Returns the form for a single field widget.
TestFieldWidgetMultiple::settingsForm function core/modules/field/tests/modules/field_test/src/Plugin/Field/FieldWidget/TestFieldWidgetMultiple.php Returns a form to configure settings for the widget.
TestForm class core/modules/system/tests/modules/dialog_renderer_test/src/Form/TestForm.php Provides a form for testing the drupalAutoButtons dialog option.
TestForm class core/tests/Drupal/Tests/Core/Form/FormBuilderTest.php Basic test form with interface implemented.
TestForm class core/modules/system/tests/modules/test_page_test/src/Form/TestForm.php Defines a test form for testing assertions.
TestForm class core/modules/block/tests/modules/block_test/src/Form/TestForm.php Form that performs base block form test.
TestForm.php file core/modules/block/tests/modules/block_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/system/tests/modules/dialog_renderer_test/src/Form/TestForm.php
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::buildForm function core/tests/Drupal/Tests/Core/Form/FormBuilderTest.php Form constructor.
TestForm::buildForm function core/modules/block/tests/modules/block_test/src/Form/TestForm.php Form constructor.
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/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/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/tests/Drupal/Tests/Core/Form/FormBuilderTest.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/modules/system/tests/modules/test_page_test/src/Form/TestForm.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.

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