Implements \Drupal\Core\Extension\ModuleHandlerInterface::loadAllIncludes().
Overrides ModuleHandlerInterface::loadAllIncludes
public function loadAllIncludes($type, $name = NULL) {
foreach ($this->moduleList as $module => $filename) {
$this
->loadInclude($module, $type, $name);
}
}