protected property ModuleHandler::$moduleList

List of enabled modules.

An associative array whose keys are the names of the modules and whose values are the module filenames.

Type: array

File

drupal/core/lib/Drupal/Core/Extension/ModuleHandler.php, line 45
Contains Drupal\Core\Extension\ModuleHandler.

Class

ModuleHandler
Class that manages enabled modules in a Drupal installation.

Namespace

Drupal\Core\Extension

Code

protected $moduleList;