You are here

protected property TourHelpSection::$entityTypeManager in Drupal 8

Same name and namespace in other branches
  1. 9 core/modules/tour/src/Plugin/HelpSection/TourHelpSection.php \Drupal\tour\Plugin\HelpSection\TourHelpSection::entityTypeManager

The entity type manager.

Type: \Drupal\Core\Entity\EntityTypeManagerInterface

File

core/modules/tour/src/Plugin/HelpSection/TourHelpSection.php, line 30

Class

TourHelpSection
Provides the tours list section for the help page.

Namespace

Drupal\tour\Plugin\HelpSection

Code

protected $entityTypeManager;