This was missing in the D8 version of the module, but was present in the D7 version.
This new functionality gets the list of installed modules and makes them available trough the new data() property (available since alpha2.0). We use this in our monitoring dashboard to show the list of installed modules for a Drupal 8 site.
| Comment | File | Size | Author |
|---|---|---|---|
| #4 | 2869704-4.patch | 5.08 KB | jeroenbegyn |
| #3 | modulelist-2869704-3.patch | 4.91 KB | nitebreed |
Comments
Comment #2
nitebreedComment #3
nitebreedCorrect patch attached
Comment #4
jeroenbegyn commentedHi @Nitebreed,
I tried the patch but it doesn't work due to a reference to synetic_production_checklist in the use statement.
I fixed this and also added a sublevel for projects based on the D7 version.
Regards,
Comment #5
wouter waeytens commentedChecked, works for me!
Comment #7
nitebreed