protected property DrupalKernel::$moduleData

An array of module data objects.

The data objects have the same data structure as returned by file_scan_directory() but only the uri property is used.

Type: array

File

drupal/core/lib/Drupal/Core/DrupalKernel.php, line 59
Definition of Drupal\Core\DrupalKernel.

Class

DrupalKernel
The DrupalKernel class is the core of Drupal itself.

Namespace

Drupal\Core

Code

protected $moduleData = array();