You are here

protected property HookDiscovery::$moduleHandler in Plug 7

The module handler used to find and execute the plugin hook.

Type: \Drupal\Core\Extension\ModuleHandlerInterface

File

lib/Drupal/Core/Plugin/Discovery/HookDiscovery.php, line 33
Contains \Drupal\Core\Plugin\Discovery\HookDiscovery.

Class

HookDiscovery
Provides a hook-based plugin discovery class.

Namespace

Drupal\Core\Plugin\Discovery

Code

protected $moduleHandler;