You are here

protected property ExtensionList::$moduleHandler in Drupal 8

Same name and namespace in other branches
  1. 9 core/lib/Drupal/Core/Extension/ExtensionList.php \Drupal\Core\Extension\ExtensionList::moduleHandler

The module handler.

Type: \Drupal\Core\Extension\ModuleHandlerInterface

File

core/lib/Drupal/Core/Extension/ExtensionList.php, line 63

Class

ExtensionList
Provides available extensions.

Namespace

Drupal\Core\Extension

Code

protected $moduleHandler;