70 string references to 'Form'

AjaxFormCacheTest::testFormCacheUsage in core/tests/Drupal/FunctionalJavascriptTests/Ajax/AjaxFormCacheTest.php
Tests the usage of form cache for AJAX forms.
color_theme in core/modules/color/color.module
Implements hook_theme().
Comment::baseFieldDefinitions in core/modules/comment/src/Entity/Comment.php
ContactFormListBuilder::buildHeader in core/modules/contact/src/ContactFormListBuilder.php
Builds the header row for the entity listing.
ContactSitewideTest::testSiteWideContact in core/modules/contact/tests/src/Functional/ContactSitewideTest.php
Tests configuration options and the site-wide contact form.
ContactStorageTest::testContactStorage in core/modules/contact/tests/src/Functional/ContactStorageTest.php
Tests configuration options and the site-wide contact form.
ContentEntityBase::baseFieldDefinitions in core/lib/Drupal/Core/Entity/ContentEntityBase.php
ContentTranslationController::add in core/modules/content_translation/src/Controller/ContentTranslationController.php
Builds an add translation page.
ContentTranslationController::edit in core/modules/content_translation/src/Controller/ContentTranslationController.php
Builds the edit translation page.
content_moderation_theme in core/modules/content_moderation/content_moderation.module
Implements hook_theme().
core.services.yml in core/core.services.yml
core/core.services.yml
DefaultHtmlRouteProvider::getDeleteMultipleFormRoute in core/lib/Drupal/Core/Entity/Routing/DefaultHtmlRouteProvider.php
Returns the delete multiple form route.
DefaultsSectionStorage::getEntityTypes in core/modules/layout_builder/src/Plugin/SectionStorage/DefaultsSectionStorage.php
Returns an array of relevant entity types.
EditorSelectionTest::testNumber in core/modules/quickedit/tests/src/Kernel/EditorSelectionTest.php
Tests a number field, with cardinality 1 and >1.
EditorSelectionTest::testText in core/modules/quickedit/tests/src/Kernel/EditorSelectionTest.php
Tests a string (plain text) field, with cardinality 1 and >1.
EditorSelectionTest::testTextWysiwyg in core/modules/quickedit/tests/src/Kernel/EditorSelectionTest.php
Tests a textual field, with text filtering, with cardinality 1 and >1, always with an Editor plugin present that supports textual fields with text filtering, but with varying text format compatibility.
EditorSelector::getEditor in core/modules/quickedit/src/EditorSelector.php
Returns the in-place editor (an InPlaceEditor plugin) to use for a field.
EntityDisplayTest::assertDependencyHelper in core/modules/field_ui/tests/src/Kernel/EntityDisplayTest.php
Provides a helper for dependency assertions.
EntityTest::baseFieldDefinitions in core/modules/system/tests/modules/entity_test/src/Entity/EntityTest.php
EntityTestBaseFieldDisplay::baseFieldDefinitions in core/modules/system/tests/modules/entity_test/src/Entity/EntityTestBaseFieldDisplay.php
EntityTestCompositeConstraint::baseFieldDefinitions in core/modules/system/tests/modules/entity_test/src/Entity/EntityTestCompositeConstraint.php
EntityTestConstraintViolation::baseFieldDefinitions in core/modules/system/tests/modules/entity_test/src/Entity/EntityTestConstraintViolation.php
EntityTestUpdate::baseFieldDefinitions in core/modules/system/tests/modules/entity_test_update/src/Entity/EntityTestUpdate.php
EntityTestWithBundle::baseFieldDefinitions in core/modules/system/tests/modules/entity_test/src/Entity/EntityTestWithBundle.php
EntityTestWithRevisionLog::baseFieldDefinitions in core/modules/system/tests/modules/entity_test_revlog/src/Entity/EntityTestWithRevisionLog.php
EntityType::getFormClass in core/lib/Drupal/Core/Entity/EntityType.php
Gets the form class for a specific operation.
EntityTypeTest::testGetHandler in core/tests/Drupal/Tests/Core/Entity/EntityTypeTest.php
Tests the getHandler() method.
EntityViewsDataTest::setupBaseFields in core/modules/views/tests/src/Unit/EntityViewsDataTest.php
Helper method to setup base fields.
entity_reference_test_entity_base_field_info_alter in core/modules/system/tests/modules/entity_reference_test/entity_reference_test.module
Implements hook_entity_base_field_info_alter().
Feed::baseFieldDefinitions in core/modules/aggregator/src/Entity/Feed.php
FieldDefinitionIntegrityTest::testFieldPluginDefinitionAvailability in core/modules/field/tests/src/Kernel/FieldDefinitionIntegrityTest.php
Tests to load field plugin definitions used in core's existing entities.
FieldLayoutBuilder::buildForm in core/modules/field_layout/src/FieldLayoutBuilder.php
Applies the layout to an entity form.
Form::getInfo in core/lib/Drupal/Core/Render/Element/Form.php
Returns the element properties for this element.
FormBuilder::doBuildForm in core/lib/Drupal/Core/Form/FormBuilder.php
Builds and processes all elements in the structured form array.
FormBuilder::prepareForm in core/lib/Drupal/Core/Form/FormBuilder.php
Prepares a structured form array.
FormCacheTest::setUp in core/tests/Drupal/Tests/Core/Form/FormCacheTest.php
FormController::getContentResult in core/lib/Drupal/Core/Controller/FormController.php
Invokes the form and returns the result.
hook_install_tasks in core/lib/Drupal/Core/Extension/module.api.php
Return an array of tasks to be performed by an installation profile.
install_run_task in core/includes/install.core.inc
Runs an individual installation task.
install_tasks in core/includes/install.core.inc
Returns a list of all tasks the installer currently knows about.
Item::baseFieldDefinitions in core/modules/aggregator/src/Entity/Item.php
language_entity_base_field_info_alter in core/modules/language/language.module
Implements hook_entity_base_field_info_alter().
language_theme in core/modules/language/language.module
Implements hook_theme().
link_test_base_field_entity_base_field_info in core/modules/link/tests/modules/link_test_base_field/link_test_base_field.module
Implements hook_entity_base_field_info().
Media::baseFieldDefinitions in core/modules/media/src/Entity/Media.php
MediaTypeForm::save in core/modules/media/src/MediaTypeForm.php
Form submission handler for the 'save' action.
MenuLinkContent::baseFieldDefinitions in core/modules/menu_link_content/src/Entity/MenuLinkContent.php
Message::baseFieldDefinitions in core/modules/contact/src/Entity/Message.php
MetadataGeneratorTest::testSimpleEntityType in core/modules/quickedit/tests/src/Kernel/MetadataGeneratorTest.php
Tests a simple entity type, with two different simple fields.
Node::baseFieldDefinitions in core/modules/node/src/Entity/Node.php
node_theme in core/modules/node/node.module
Implements hook_theme().
OverridesSectionStorage::getEntityTypes in core/modules/layout_builder/src/Plugin/SectionStorage/OverridesSectionStorage.php
Returns an array of relevant entity types.
path_entity_base_field_info_alter in core/modules/path/path.module
Implements hook_entity_base_field_info_alter().
QuickEditEndPointAccessTest::testEndPointAccess in core/modules/quickedit/tests/src/Functional/QuickEditEndPointAccessTest.php
Tests that Quick Edit endpoints are protected from anonymous requests.
QuickEditIntegrationTest::testEditorSelection in core/modules/editor/tests/src/Kernel/QuickEditIntegrationTest.php
Tests editor selection when the Editor module is present.
quickedit_field_formatter_info_alter in core/modules/quickedit/quickedit.module
Implements hook_field_formatter_info_alter().
RevisionLogEntityTrait::revisionLogBaseFieldDefinitions in core/lib/Drupal/Core/Entity/RevisionLogEntityTrait.php
Provides revision-related base field definitions for an entity type.
Shortcut::baseFieldDefinitions in core/modules/shortcut/src/Entity/Shortcut.php
system_post_update_extra_fields in core/modules/system/system.post_update.php
Update all entity view displays that contain extra fields.
system_post_update_extra_fields_form_display in core/modules/system/system.post_update.php
Update all entity form displays that contain extra fields.
system_theme in core/modules/system/system.module
Implements hook_theme().
Term::baseFieldDefinitions in core/modules/taxonomy/src/Entity/Term.php
User::baseFieldDefinitions in core/modules/user/src/Entity/User.php
user_preprocess_block in core/modules/user/user.module
Implements hook_preprocess_HOOK() for block templates.
views.view.test_bulk_form.yml in core/modules/views/tests/modules/action_bulk_test/config/install/views.view.test_bulk_form.yml
core/modules/views/tests/modules/action_bulk_test/config/install/views.view.test_bulk_form.yml
views_entity_test_entity_base_field_info in core/modules/views/tests/modules/views_entity_test/views_entity_test.module
Implements hook_entity_bundle_field_info().
views_theme in core/modules/views/views.module
Implements hook_theme().
views_ui_theme in core/modules/views_ui/views_ui.module
Implements hook_theme().
Workspace::baseFieldDefinitions in core/modules/workspaces/src/Entity/Workspace.php
_media_library_configure_form_display in core/modules/media_library/media_library.module
Ensures that the given media type has a media_library form display.

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