You are here

service entity.form_builder in Drupal 8

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

Class

Drupal\Core\Entity\EntityFormBuilder
2 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.

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'