You are here

protected property SystemController::$moduleExtensionList in Drupal 8

Same name and namespace in other branches
  1. 9 core/modules/system/src/Controller/SystemController.php \Drupal\system\Controller\SystemController::moduleExtensionList
  2. 10 core/modules/system/src/Controller/SystemController.php \Drupal\system\Controller\SystemController::moduleExtensionList

The module extension list.

Type: \Drupal\Core\Extension\ModuleExtensionList

File

core/modules/system/src/Controller/SystemController.php, line 65

Class

SystemController
Returns responses for System routes.

Namespace

Drupal\system\Controller

Code

protected $moduleExtensionList;