Problem/Motivation

The system_rebuild_module_data() function is used to retrieve the installed modules but this is not the best way to obtain this info because this functions performs others actions that are not necessary.

Proposed resolution

Change the system_rebuild_module_data() function for the system_get_info() function

Remaining tasks

None.

User interface changes

None.

API changes

None.

Data model changes

None.

Comments

adriancid created an issue. See original summary.

jrockowitz’s picture

That would be an awesome improvement. We need to make sure that we can determine the Drupal.org project title and namespace for any enabled modules.

adriancid’s picture

I'm working on it ;-)

  • adriancid committed 6d2226c on 8.x-1.x
    Issue #2943620 by adriancid: Don't use the system_rebuild_module_data()...
adriancid’s picture

Status: Active » Fixed

I think that his commit made the job :-) just check it.

Status: Fixed » Closed (fixed)

Automatically closed - issue fixed for 2 weeks with no activity.