You are here

protected property UpdateHookRegistry::$enabledModules in Drupal 9

Same name and namespace in other branches
  1. 10 core/lib/Drupal/Core/Update/UpdateHookRegistry.php \Drupal\Core\Update\UpdateHookRegistry::enabledModules

A list of enabled modules.

Type: string[]

File

core/lib/Drupal/Core/Update/UpdateHookRegistry.php, line 22

Class

UpdateHookRegistry
Provides module updates versions handling.

Namespace

Drupal\Core\Update

Code

protected $enabledModules;