You are here

service entity.form_builder in Drupal 10

Same name and namespace in other branches
  1. 8 core/core.services.yml \entity.form_builder
  2. 9 core/core.services.yml \entity.form_builder

Class

Drupal\Core\Entity\EntityFormBuilder
11 string references to entity.form_builder
CommentDefaultFormatter::create in core/modules/comment/src/Plugin/Field/FieldFormatter/CommentDefaultFormatter.php
Creates an instance of the plugin.
ControllerBase::entityFormBuilder in core/lib/Drupal/Core/Controller/ControllerBase.php
Retrieves the entity form builder.
EntityTranslationFormTest::testEntityFormLanguage in core/modules/system/tests/src/Functional/Entity/EntityTranslationFormTest.php
Tests entity form language.
LanguageSelectWidgetTest::testWithIncludedLockedLanguage in core/modules/language/tests/src/Kernel/LanguageSelectWidgetTest.php
Tests the widget with the locked languages.
LanguageSelectWidgetTest::testWithoutIncludedLockedLanguage in core/modules/language/tests/src/Kernel/LanguageSelectWidgetTest.php
Tests the widget without the locked languages.

... See full list

File

core/core.services.yml
core/core.services.yml

View source
  1. class: Drupal\Core\Entity\EntityFormBuilder
  2. arguments:
  3. - '@entity_type.manager'
  4. - '@form_builder'