By chx on
Change record status:
Published (View all published change records)
Project:
Introduced in branch:
8.0.x
Description:
In Drupal 7, system_rebuild_module_data returned hidden modules. The modules page hide them from users.
In Drupal 8, system_rebuild_module_data by default does not return hidden modules. To get these, add
$settings['extension_discovery_scan_tests'] = TRUE;
to settings.php.
Impacts:
Module developers