You are here

protected property FrontPage::$entityTypeManager in Form mode manager 8

Same name and namespace in other branches
  1. 8.2 modules/examples/src/Controller/FrontPage.php \Drupal\form_mode_manager_examples\Controller\FrontPage::entityTypeManager

The entity type manager.

Type: \Drupal\Core\Entity\EntityTypeManagerInterface

Overrides ControllerBase::$entityTypeManager

File

modules/form_mode_manager_examples/src/Controller/FrontPage.php, line 36

Class

FrontPage
Simple front page controller for form_mode_manager_examples module.

Namespace

Drupal\form_mode_manager_examples\Controller

Code

protected $entityTypeManager;