protected property HookDiscovery::$moduleHandler in Zircon Profile 8
Same name and namespace in other branches
- 8.0 core/lib/Drupal/Core/Plugin/Discovery/HookDiscovery.php \Drupal\Core\Plugin\Discovery\HookDiscovery::moduleHandler
The module handler used to find and execute the plugin hook.
Type: \Drupal\Core\Extension\ModuleHandlerInterface
File
- core/
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\DiscoveryCode
protected $moduleHandler;