You are here

protected property ForwardFormBuilder::$entityTypeManager in Forward 4.0.x

Same name and namespace in other branches
  1. 4.x src/Services/ForwardFormBuilder.php \Drupal\forward\Services\ForwardFormBuilder::entityTypeManager

The entity type manager.

Type: \Drupal\Core\Entity\EntityTypeManagerInterface

File

src/Services/ForwardFormBuilder.php, line 55

Class

ForwardFormBuilder
Defines a class for building markup for a Forward inline form on an entity.

Namespace

Drupal\forward\Services

Code

protected $entityTypeManager;