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 main 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
EditorXmlBasicAuthTest::$format property core/modules/editor/tests/src/Functional/Rest/EditorXmlBasicAuthTest.php The format to use in this test.
EditorXmlCookieTest::$format property core/modules/editor/tests/src/Functional/Rest/EditorXmlCookieTest.php The format to use in this test.
editor_form_filter_admin_format_editor_configure function core/modules/editor/editor.module Button submit handler for filter_format_form()'s 'editor_configure' button.
editor_form_filter_admin_format_submit function core/modules/editor/editor.module Additional submit handler for filter_format_form().
editor_form_filter_admin_format_validate function core/modules/editor/editor.module Additional validate handler for filter_format_form().
editor_form_filter_admin_form_ajax function core/modules/editor/editor.module AJAX callback handler for filter_format_form().
editor_image_upload_settings_form function core/modules/editor/editor.admin.inc Subform constructor to configure the text editor's image upload settings.
edit_form.css file core/themes/admin/migration/css/components/edit_form.css @media (min-width: 64em) {
.gin--edit-form {
padding-inline-end: var(--gin-sidebar-offset);
}
}

@media (min-width: 64em) and (prefers-reduced-motion: no-preference) {
.gin--edit-form .dialog-off-canvas-main-canvas {
transition:…
Element::preRenderTextFormat function core/modules/editor/src/Element.php Additional #pre_render callback for 'text_format' elements.
ElementsFieldsetTest::buildForm function core/modules/system/tests/src/Kernel/Form/ElementsFieldsetTest.php Form constructor.
ElementsFieldsetTest::getFormId function core/modules/system/tests/src/Kernel/Form/ElementsFieldsetTest.php Returns a unique string identifying the form.
ElementsFieldsetTest::submitForm function core/modules/system/tests/src/Kernel/Form/ElementsFieldsetTest.php Form submission handler.
ElementsFieldsetTest::validateForm function core/modules/system/tests/src/Kernel/Form/ElementsFieldsetTest.php Form validation handler.
ElementsLabelsTest::getFormWithLimitedProperties function core/modules/system/tests/src/Functional/Form/ElementsLabelsTest.php Return a form with element with not all properties defined.
ElementsLabelsTest::testFormDescriptions function core/modules/system/tests/src/Functional/Form/ElementsLabelsTest.php Tests different display options for form element descriptions.
ElementsLabelsTest::testFormElements function core/modules/system/tests/src/Functional/Form/ElementsLabelsTest.php Tests form elements.
ElementsLabelsTest::testFormLabels function core/modules/system/tests/src/Functional/Form/ElementsLabelsTest.php Tests form element rendering.
ElementsLabelsTest::testFormsInThemeLessEnvironments function core/modules/system/tests/src/Functional/Form/ElementsLabelsTest.php Tests forms in theme-less environments.
ElementsTableSelectTest::formSubmitHelper function core/modules/system/tests/src/Functional/Form/ElementsTableSelectTest.php Helper function for the option check test to submit a form while collecting errors.
ElementTest::testFormAutocomplete function core/modules/system/tests/src/Functional/Form/ElementTest.php Tests a form with an autocomplete setting.
ElementTest::testFormElementErrors function core/modules/system/tests/src/Functional/Form/ElementTest.php Tests form element error messages.
ElementTest::testFormElements function core/modules/system/tests/src/Functional/Form/ElementTest.php Test form elements.
Email::getFieldFormatterMap function core/modules/field/src/Plugin/migrate/field/Email.php Get a map between D6 formatters and D8 formatters for this field type.
EmailAction::buildConfigurationForm function core/lib/Drupal/Core/Action/Plugin/Action/EmailAction.php Form constructor.
EmailAction::submitConfigurationForm function core/lib/Drupal/Core/Action/Plugin/Action/EmailAction.php Form submission handler.
EmailAction::validateConfigurationForm function core/lib/Drupal/Core/Action/Plugin/Action/EmailAction.php Form validation handler.
EmailDefaultWidget::formElement function core/lib/Drupal/Core/Field/Plugin/Field/FieldWidget/EmailDefaultWidget.php Returns the form for a single field widget.
EmailDefaultWidget::settingsForm function core/lib/Drupal/Core/Field/Plugin/Field/FieldWidget/EmailDefaultWidget.php Returns a form to configure settings for the widget.
EmailTest::testFormEmail function core/modules/system/tests/src/Functional/Form/EmailTest.php Tests that #type 'email' fields are properly validated.
EmbeddedForm class core/modules/field_layout/tests/modules/field_layout_test/src/Form/EmbeddedForm.php Provides the EmbeddedForm class.
EmbeddedForm.php file core/modules/field_layout/tests/modules/field_layout_test/src/Form/EmbeddedForm.php
EmbeddedForm::buildForm function core/modules/field_layout/tests/modules/field_layout_test/src/Form/EmbeddedForm.php Form constructor.
EmbeddedForm::getFormId function core/modules/field_layout/tests/modules/field_layout_test/src/Form/EmbeddedForm.php Returns a unique string identifying the form.
EmbeddedForm::submitForm function core/modules/field_layout/tests/modules/field_layout_test/src/Form/EmbeddedForm.php Form submission handler.
EmbeddedFormWidgetTest class core/modules/media_library/tests/src/FunctionalJavascript/EmbeddedFormWidgetTest.php Tests media widget nested inside another widget.
EmbeddedFormWidgetTest.php file core/modules/media_library/tests/src/FunctionalJavascript/EmbeddedFormWidgetTest.php
EmbeddedFormWidgetTest::$defaultTheme property core/modules/media_library/tests/src/FunctionalJavascript/EmbeddedFormWidgetTest.php The theme to install as the default for testing.
EmbeddedFormWidgetTest::$modules property core/modules/media_library/tests/src/FunctionalJavascript/EmbeddedFormWidgetTest.php Modules to install.
EmbeddedFormWidgetTest::insertionReselectionProvider function core/modules/media_library/tests/src/FunctionalJavascript/EmbeddedFormWidgetTest.php Data provider for ::testInsertionAndReselection().
EmbeddedFormWidgetTest::setUp function core/modules/media_library/tests/src/FunctionalJavascript/EmbeddedFormWidgetTest.php
EmbeddedFormWidgetTest::testInsertionAndReselection function core/modules/media_library/tests/src/FunctionalJavascript/EmbeddedFormWidgetTest.php Tests media inside another widget that validates too enthusiastically.
EmptyBlockForm class core/modules/block/tests/modules/block_test/src/PluginForm/EmptyBlockForm.php Provides a form for a block that is empty.
EmptyBlockForm.php file core/modules/block/tests/modules/block_test/src/PluginForm/EmptyBlockForm.php
EmptyBlockForm::$plugin property core/modules/block/tests/modules/block_test/src/PluginForm/EmptyBlockForm.php The plugin this form is for.
EmptyBlockForm::buildConfigurationForm function core/modules/block/tests/modules/block_test/src/PluginForm/EmptyBlockForm.php Form constructor.
EmptyBlockForm::submitConfigurationForm function core/modules/block/tests/modules/block_test/src/PluginForm/EmptyBlockForm.php Form submission handler.
Endpoint::$formats property core/modules/media/src/OEmbed/Endpoint.php List of supported formats. Only 'json' and 'xml' are allowed.
Endpoint::getFormats function core/modules/media/src/OEmbed/Endpoint.php Returns list of supported formats.
EnforcedFormResponseSubscriber class core/lib/Drupal/Core/EventSubscriber/EnforcedFormResponseSubscriber.php Handle the EnforcedResponseException and deliver an EnforcedResponse.
EnforcedFormResponseSubscriber.php file core/lib/Drupal/Core/EventSubscriber/EnforcedFormResponseSubscriber.php

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