You are here

public function EntityFormViewBuilder::__construct in Twig Tweak 3.1.x

Same name and namespace in other branches
  1. 3.x src/View/EntityFormViewBuilder.php \Drupal\twig_tweak\View\EntityFormViewBuilder::__construct()

Constructs an EntityFormViewBuilder object.

File

src/View/EntityFormViewBuilder.php, line 25

Class

EntityFormViewBuilder
Entity form view builder.

Namespace

Drupal\twig_tweak\View

Code

public function __construct(EntityFormBuilderInterface $entity_form_builder) {
  $this->entityFormBuilder = $entity_form_builder;
}