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
SystemMenuOffCanvasForm::getEntityForm function core/modules/settings_tray/src/Form/SystemMenuOffCanvasForm.php Gets the entity form for this menu.
SystemMenuOffCanvasForm::getEntityForm function core/modules/system/src/Form/SystemMenuOffCanvasForm.php Gets the entity form for this menu.
SystemMenuOffCanvasForm::hasMenuOverrides function core/modules/system/src/Form/SystemMenuOffCanvasForm.php Determines if the menu has configuration overrides.
SystemMenuOffCanvasForm::hasMenuOverrides function core/modules/settings_tray/src/Form/SystemMenuOffCanvasForm.php Determines if the menu has configuration overrides.
SystemMenuOffCanvasForm::setPlugin function core/modules/settings_tray/src/Form/SystemMenuOffCanvasForm.php
SystemMenuOffCanvasForm::setPlugin function core/modules/system/src/Form/SystemMenuOffCanvasForm.php Sets the plugin for this object.
SystemMenuOffCanvasForm::submitConfigurationForm function core/modules/system/src/Form/SystemMenuOffCanvasForm.php Form submission handler.
SystemMenuOffCanvasForm::submitConfigurationForm function core/modules/settings_tray/src/Form/SystemMenuOffCanvasForm.php
SystemMenuOffCanvasForm::validateConfigurationForm function core/modules/settings_tray/src/Form/SystemMenuOffCanvasForm.php
SystemMenuOffCanvasForm::validateConfigurationForm function core/modules/system/src/Form/SystemMenuOffCanvasForm.php Form validation handler.
SystemMenuOffCanvasForm::__construct function core/modules/system/src/Form/SystemMenuOffCanvasForm.php SystemMenuOffCanvasForm constructor.
SystemMenuOffCanvasForm::__construct function core/modules/settings_tray/src/Form/SystemMenuOffCanvasForm.php SystemMenuOffCanvasForm constructor.
SystemUpdate7000::transform function core/modules/system/src/Plugin/migrate/process/d6/SystemUpdate7000.php Makes blog and forum permissions to be consistent with other content types.
Table::buildOptionsForm function core/modules/views/src/Plugin/views/style/Table.php Render the given style.
TableDragTestForm class core/modules/system/tests/modules/tabledrag_test/src/Form/TableDragTestForm.php Provides a form for draggable table testing.
TableDragTestForm.php file core/modules/system/tests/modules/tabledrag_test/src/Form/TableDragTestForm.php
TableDragTestForm::$state property core/modules/system/tests/modules/tabledrag_test/src/Form/TableDragTestForm.php The state service.
TableDragTestForm::buildForm function core/modules/system/tests/modules/tabledrag_test/src/Form/TableDragTestForm.php Form constructor.
TableDragTestForm::buildFormActions function core/modules/system/tests/modules/tabledrag_test/src/Form/TableDragTestForm.php Builds the test table form actions.
TableDragTestForm::buildTestTable function core/modules/system/tests/modules/tabledrag_test/src/Form/TableDragTestForm.php Builds the draggable test table.
TableDragTestForm::create function core/modules/system/tests/modules/tabledrag_test/src/Form/TableDragTestForm.php Instantiates a new instance of the implementing class using autowiring.
TableDragTestForm::getFormId function core/modules/system/tests/modules/tabledrag_test/src/Form/TableDragTestForm.php Returns a unique string identifying the form.
TableDragTestForm::submitForm function core/modules/system/tests/modules/tabledrag_test/src/Form/TableDragTestForm.php Form submission handler.
TableDragTestForm::__construct function core/modules/system/tests/modules/tabledrag_test/src/Form/TableDragTestForm.php Constructs a TableDragTestForm object.
TableFormatter class core/modules/file/src/Plugin/Field/FieldFormatter/TableFormatter.php Plugin implementation of the 'file_table' formatter.
TableFormatter.php file core/modules/file/src/Plugin/Field/FieldFormatter/TableFormatter.php
TableFormatter::viewElements function core/modules/file/src/Plugin/Field/FieldFormatter/TableFormatter.php Builds a renderable array for a field value.
TargetBundle::transform function core/modules/taxonomy/src/Plugin/migrate/process/TargetBundle.php Performs the associated process.
Tasks::checkStandardConformingStrings function core/modules/pgsql/src/Driver/Database/pgsql/Install/Tasks.php Ensures standard_conforming_strings setting is 'on'.
Tasks::checkStandardConformingStringsSuccess function core/modules/pgsql/src/Driver/Database/pgsql/Install/Tasks.php Verifies the standard_conforming_strings setting.
Tasks::getFormOptions function core/modules/pgsql/src/Driver/Database/pgsql/Install/Tasks.php Returns driver specific configuration options.
Tasks::getFormOptions function core/modules/sqlite/src/Driver/Database/sqlite/Install/Tasks.php Returns driver specific configuration options.
Tasks::getFormOptions function core/modules/mysql/src/Driver/Database/mysql/Install/Tasks.php Returns driver specific configuration options.
Tasks::getFormOptions function core/lib/Drupal/Core/Database/Install/Tasks.php Returns driver specific configuration options.
TaxonomyController::addForm function core/modules/taxonomy/src/Controller/TaxonomyController.php Returns a form to add a new term to a vocabulary.
TaxonomyIndexTid::buildExposeForm function core/modules/taxonomy/src/Plugin/views/filter/TaxonomyIndexTid.php Options form subform for exposed filter options.
TaxonomyIndexTid::buildExtraOptionsForm function core/modules/taxonomy/src/Plugin/views/filter/TaxonomyIndexTid.php Provide a form for setting options.
TaxonomyIndexTid::buildOptionsForm function core/modules/taxonomy/src/Plugin/views/field/TaxonomyIndexTid.php Provide "link to term" option.
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.

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