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
FundamentalCompatibilityConstraintValidator::getFiltersInFormatOfType function core/modules/ckeditor5/src/Plugin/Validation/Constraint/FundamentalCompatibilityConstraintValidator.php Gets the filters of the given type in this text format.
GDToolkit::buildConfigurationForm function core/modules/system/src/Plugin/ImageToolkit/GDToolkit.php
GDToolkit::submitConfigurationForm function core/modules/system/src/Plugin/ImageToolkit/GDToolkit.php
GenericFileFormatter class core/modules/file/src/Plugin/Field/FieldFormatter/GenericFileFormatter.php Plugin implementation of the 'file_default' formatter.
GenericFileFormatter.php file core/modules/file/src/Plugin/Field/FieldFormatter/GenericFileFormatter.php
GenericFileFormatter::viewElements function core/modules/file/src/Plugin/Field/FieldFormatter/GenericFileFormatter.php
Get::transform function core/modules/migrate/src/Plugin/migrate/process/Get.php
GetTest::testTransformSourceArray function core/modules/migrate/tests/src/Unit/process/GetTest.php Tests the Get plugin when source is an array.
GetTest::testTransformSourceArrayAt function core/modules/migrate/tests/src/Unit/process/GetTest.php Tests the Get plugin when source is an array pointing to destination.
GetTest::testTransformSourceString function core/modules/migrate/tests/src/Unit/process/GetTest.php Tests the Get plugin when source is a string.
GetTest::testTransformSourceStringAt function core/modules/migrate/tests/src/Unit/process/GetTest.php Tests the Get plugin when source is a string pointing to destination.
gin-form.css file core/themes/default_admin/migration/css/base/gin-form.css /*
* DO NOT EDIT THIS FILE.
* See the following change record for more information,
* https://www.drupal.org/node/3084859
* @preserve
*/
/* cspell:ignore Darkmode, tablesaw */
.form-element {
box-sizing: border-box;
min-height:…
gin-form.pcss.css file core/themes/default_admin/migration/css/base/gin-form.pcss.css /* cspell:ignore Darkmode, tablesaw */
.form-element {
box-sizing: border-box;
min-height: calc((var(--input-padding-vertical) * 2) + var(--input-line-height));
color: var(--gin-color-text);
border: 1px solid…
gin-performance.css file core/themes/default_admin/migration/css/base/gin-performance.css /*
* DO NOT EDIT THIS FILE.
* See the following change record for more information,
* https://www.drupal.org/node/3084859
* @preserve
*/
.system-clear-cache #edit-clear {
margin: 0;
}
gin-performance.pcss.css file core/themes/default_admin/migration/css/base/gin-performance.pcss.css .system-clear-cache #edit-clear {
margin: 0;
}
GotoAction::buildConfigurationForm function core/lib/Drupal/Core/Action/Plugin/Action/GotoAction.php
GotoAction::submitConfigurationForm function core/lib/Drupal/Core/Action/Plugin/Action/GotoAction.php
Grid::buildOptionsForm function core/modules/views/src/Plugin/views/style/Grid.php
GridResponsive::buildOptionsForm function core/modules/views/src/Plugin/views/style/GridResponsive.php
GroupwiseMax::buildOptionsForm function core/modules/views/src/Plugin/views/relationship/GroupwiseMax.php
GroupwiseMax::submitOptionsForm function core/modules/views/src/Plugin/views/relationship/GroupwiseMax.php When the form is submitted, make sure to clear the subquery string cache.
HandlerBase::buildExposedForm function core/modules/views/src/Plugin/views/HandlerBase.php Render our chunk of the exposed handler form when selecting.
HandlerBase::buildExposeForm function core/modules/views/src/Plugin/views/HandlerBase.php Form for exposed handler options.
HandlerBase::buildExtraOptionsForm function core/modules/views/src/Plugin/views/HandlerBase.php Provide a form for setting options.
HandlerBase::buildGroupByForm function core/modules/views/src/Plugin/views/HandlerBase.php Provide a form for aggregation settings.
HandlerBase::buildOptionsForm function core/modules/views/src/Plugin/views/HandlerBase.php
HandlerBase::caseTransform function core/modules/views/src/Plugin/views/HandlerBase.php Transform a string by a certain method.
HandlerBase::displayExposedForm function core/modules/views/src/Plugin/views/HandlerBase.php Displays the Expose form.
HandlerBase::getDateFormat function core/modules/views/src/Plugin/views/HandlerBase.php Creates cross-database SQL date formatting.
HandlerBase::showExposeForm function core/modules/views/src/Plugin/views/HandlerBase.php Shortcut to display the exposed options form.
HandlerBase::submitExposeForm function core/modules/views/src/Plugin/views/HandlerBase.php Perform any necessary changes to the form exposes prior to storage.
HandlerBase::submitExtraOptionsForm function core/modules/views/src/Plugin/views/HandlerBase.php Perform any necessary changes to the form values prior to storage.
HandlerBase::submitFormCalculateOptions function core/modules/views/src/Plugin/views/HandlerBase.php Calculates options stored on the handler.
HandlerBase::submitGroupByForm function core/modules/views/src/Plugin/views/HandlerBase.php Perform any necessary changes to the form values prior to storage.
HandlerBase::submitTemporaryForm function core/modules/views/src/Plugin/views/HandlerBase.php Submits a temporary form.
HandlerBase::validateExposeForm function core/modules/views/src/Plugin/views/HandlerBase.php Validate the options form.
HandlerBase::validateExtraOptionsForm function core/modules/views/src/Plugin/views/HandlerBase.php Validate the options form.
HandlerFieldFieldTest::doTestFormatterSimpleFieldRender function core/modules/field/tests/src/Kernel/Views/HandlerFieldFieldTest.php Tests that fields with formatters runs as expected.
Heading::buildConfigurationForm function core/modules/ckeditor5/src/Plugin/CKEditor5Plugin/Heading.php Form for choosing which heading tags are available.
Heading::submitConfigurationForm function core/modules/ckeditor5/src/Plugin/CKEditor5Plugin/Heading.php
Heading::validateConfigurationForm function core/modules/ckeditor5/src/Plugin/CKEditor5Plugin/Heading.php
Helper::formActions function core/themes/admin/src/Helper.php Set and get the form actions of the current request.
Helper::formActions function core/themes/default_admin/src/Helper.php Set and get the form actions of the current request.
Helper::isContentForm function core/themes/admin/src/Helper.php Check if we´re on a content edit form.
Helper::isContentForm function core/themes/default_admin/src/Helper.php Check if we´re on a content edit form.
HelpTopicTwigTest::PLUGIN_INFORMATION constant core/modules/help/tests/src/Unit/HelpTopicTwigTest.php The plugin information to use for setting up a test topic.
hook_admin_content_form_ignore_form_ids function core/themes/admin/admin.api.php Register form IDs that should not use the content form.
hook_admin_content_form_routes function core/themes/admin/admin.api.php Register routes to apply admin’s content edit form layout.
hook_admin_content_form_routes_alter function core/themes/admin/admin.api.php Alter the registered routes to enable or disable admin’s edit form layout.
hook_default_admin_content_form_ignore_form_ids function core/themes/default_admin/default_admin.api.php Register form IDs that should not use the content form.

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