You are here

protected property ExtensionDataCollector::$moduleHandler in Devel 8

Same name and namespace in other branches
  1. 8.3 webprofiler/src/DataCollector/ExtensionDataCollector.php \Drupal\webprofiler\DataCollector\ExtensionDataCollector::moduleHandler
  2. 8.2 webprofiler/src/DataCollector/ExtensionDataCollector.php \Drupal\webprofiler\DataCollector\ExtensionDataCollector::moduleHandler
  3. 4.x webprofiler/src/DataCollector/ExtensionDataCollector.php \Drupal\webprofiler\DataCollector\ExtensionDataCollector::moduleHandler

The module handler.

Type: \Drupal\Core\Extension\ModuleHandlerInterface

File

webprofiler/src/DataCollector/ExtensionDataCollector.php, line 25

Class

ExtensionDataCollector
Defines a data collector for the extension system.

Namespace

Drupal\webprofiler\DataCollector

Code

protected $moduleHandler;