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
TaxonomyIndexTid::valueForm function core/modules/taxonomy/src/Plugin/views/filter/TaxonomyIndexTid.php Options form subform for setting options.
TaxonomyIndexTidDepth::buildExtraOptionsForm function core/modules/taxonomy/src/Plugin/views/filter/TaxonomyIndexTidDepth.php Provide a form for setting options.
TaxonomyRevisionDeleteTest::testDeleteForm function core/modules/taxonomy/tests/src/Functional/TaxonomyRevisionDeleteTest.php Tests revision delete.
TaxonomyRevisionRevertTest::testRevertForm function core/modules/taxonomy/tests/src/Functional/TaxonomyRevisionRevertTest.php Tests revision revert.
TaxonomyTermModerationHandler::enforceRevisionsBundleFormAlter function core/modules/content_moderation/src/Entity/Handler/TaxonomyTermModerationHandler.php Alters bundle forms to enforce revision handling.
TaxonomyTermModerationHandler::enforceRevisionsEntityFormAlter function core/modules/content_moderation/src/Entity/Handler/TaxonomyTermModerationHandler.php Alters entity forms to enforce revision handling.
TaxonomyTermReference::getFieldFormatterMap function core/modules/taxonomy/src/Plugin/migrate/field/TaxonomyTermReference.php Get a map between D6 formatters and D8 formatters for this field type.
TaxonomyTestHooks::formTaxonomyTermFormAlter function core/modules/taxonomy/tests/modules/taxonomy_test/src/Hook/TaxonomyTestHooks.php Implements hook_form_BASE_FORM_ID_alter() for the taxonomy term form.
TelephoneDefaultWidget::formElement function core/modules/telephone/src/Plugin/Field/FieldWidget/TelephoneDefaultWidget.php Returns the form for a single field widget.
TelephoneDefaultWidget::settingsForm function core/modules/telephone/src/Plugin/Field/FieldWidget/TelephoneDefaultWidget.php Returns a form to configure settings for the widget.
TelephoneField::getFieldFormatterMap function core/modules/telephone/src/Plugin/migrate/field/d7/TelephoneField.php Get a map between D6 formatters and D8 formatters for this field type.
TelephoneFieldTest::testTelephoneFormatter function core/modules/telephone/tests/src/Functional/TelephoneFieldTest.php Tests the telephone formatter.
TelephoneHooks::fieldFormatterInfoAlter function core/modules/telephone/src/Hook/TelephoneHooks.php Implements hook_field_formatter_info_alter().
TelephoneLinkFormatter class core/modules/telephone/src/Plugin/Field/FieldFormatter/TelephoneLinkFormatter.php Plugin implementation of the 'telephone_link' formatter.
TelephoneLinkFormatter.php file core/modules/telephone/src/Plugin/Field/FieldFormatter/TelephoneLinkFormatter.php
TelephoneLinkFormatter::defaultSettings function core/modules/telephone/src/Plugin/Field/FieldFormatter/TelephoneLinkFormatter.php Defines the default settings for this plugin.
TelephoneLinkFormatter::settingsForm function core/modules/telephone/src/Plugin/Field/FieldFormatter/TelephoneLinkFormatter.php Returns a form to configure settings for the formatter.
TelephoneLinkFormatter::settingsSummary function core/modules/telephone/src/Plugin/Field/FieldFormatter/TelephoneLinkFormatter.php Returns a short summary for the current formatter settings.
TelephoneLinkFormatter::viewElements function core/modules/telephone/src/Plugin/Field/FieldFormatter/TelephoneLinkFormatter.php Builds a renderable array for a field value.
TemplateProjectTestBase::formLogin function core/modules/package_manager/tests/src/Build/TemplateProjectTestBase.php Helper that uses Drupal's user/login form to log in.
template_preprocess_link_formatter_link_separate function core/modules/link/link.module Prepares variables for separated link field templates.
template_preprocess_responsive_image_formatter function core/modules/responsive_image/responsive_image.module Prepares variables for responsive image formatter templates.
template_preprocess_views_ui_build_group_filter_form function core/modules/views_ui/views_ui.module Prepares variables for Views UI build group filter form templates.
template_preprocess_views_ui_rearrange_filter_form function core/modules/views_ui/views_ui.module Prepares variables for Views UI rearrange filter form templates.
Term::getFormat function core/modules/taxonomy/src/Entity/Term.php Gets the text format name for the term description.
Term::setFormat function core/modules/taxonomy/src/Entity/Term.php Sets the text format name for the term description.
TermDeleteForm class core/modules/taxonomy/src/Form/TermDeleteForm.php Provides a deletion confirmation form for taxonomy term.
TermDeleteForm.php file core/modules/taxonomy/src/Form/TermDeleteForm.php
TermDeleteForm::getCancelUrl function core/modules/taxonomy/src/Form/TermDeleteForm.php Returns the route to go to if the user cancels the action.
TermDeleteForm::getDeletionMessage function core/modules/taxonomy/src/Form/TermDeleteForm.php
TermDeleteForm::getDescription function core/modules/taxonomy/src/Form/TermDeleteForm.php Returns additional text to display as a description.
TermDeleteForm::getRedirectUrl function core/modules/taxonomy/src/Form/TermDeleteForm.php Returns the URL where the user should be redirected after deletion.
TermForm class core/modules/taxonomy/src/TermForm.php Base for handler for taxonomy term edit forms.
TermForm.php file core/modules/taxonomy/src/TermForm.php
TermForm::actions function core/modules/taxonomy/src/TermForm.php Returns an array of supported actions for the current entity form.
TermForm::buildEntity function core/modules/taxonomy/src/TermForm.php Builds an updated entity object based upon the submitted form values.
TermForm::flagViolations function core/modules/taxonomy/src/TermForm.php Flags violations for the current form.
TermForm::form function core/modules/taxonomy/src/TermForm.php Gets the actual form array to be built.
TermForm::getEditedFieldNames function core/modules/taxonomy/src/TermForm.php Gets the names of all fields edited in the form.
TermForm::getParentIds function core/modules/taxonomy/src/TermForm.php Returns term parent IDs, including the root.
TermForm::overview function core/modules/taxonomy/src/TermForm.php Form submission handler for the 'overview' action.
TermForm::save function core/modules/taxonomy/src/TermForm.php Form submission handler for the 'save' action.
TermForm::validateForm function core/modules/taxonomy/src/TermForm.php Button-level validation handlers are highly discouraged for entity forms,
as they will prevent entity validation from running. If the entity is going
to be saved during the form submission, this method should be manually
invoked from the button-level…
TermInterface::getFormat function core/modules/taxonomy/src/TermInterface.php Gets the text format name for the term description.
TermInterface::setFormat function core/modules/taxonomy/src/TermInterface.php Sets the text format name for the term description.
TermJsonAnonTest::$format property core/modules/taxonomy/tests/src/Functional/Rest/TermJsonAnonTest.php The format to use in this test.
TermJsonBasicAuthTest::$format property core/modules/taxonomy/tests/src/Functional/Rest/TermJsonBasicAuthTest.php The format to use in this test.
TermJsonCookieTest::$format property core/modules/taxonomy/tests/src/Functional/Rest/TermJsonCookieTest.php The format to use in this test.
TermName::buildOptionsForm function core/modules/taxonomy/src/Plugin/views/argument_validator/TermName.php Provides the default form for setting options.
TermName::buildOptionsForm function core/modules/taxonomy/src/Plugin/views/field/TermName.php Default option form that provides label widget that all fields should have.

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