ModuleHandler::$includeFileKeys
A list of module include file keys.
The array keys are generated from the arguments to ->loadInclude(). Each value is either the path of a file that was successfully included, or FALSE if the given file did not exist.
Type: array
File
-
core/
lib/ Drupal/ Core/ Extension/ ModuleHandler.php, line 61
Class
- ModuleHandler
- Class that manages modules in a Drupal installation.
Namespace
Drupal\Core\ExtensionCode
protected $includeFileKeys = [];
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.