You are here

protected property HookHelpSection::$moduleHandler in Drupal 8

Same name and namespace in other branches
  1. 9 core/modules/help/src/Plugin/HelpSection/HookHelpSection.php \Drupal\help\Plugin\HelpSection\HookHelpSection::moduleHandler

The module handler.

Type: \Drupal\Core\Extension\ModuleHandlerInterface

File

core/modules/help/src/Plugin/HelpSection/HookHelpSection.php, line 26

Class

HookHelpSection
Provides the module topics list section for the help page.

Namespace

Drupal\help\Plugin\HelpSection

Code

protected $moduleHandler;