Closed (fixed)
Project:
Documentation Generator
Version:
2.0.4
Component:
Code
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
7 Jan 2022 at 10:35 UTC
Updated:
15 Nov 2022 at 05:49 UTC
Jump to comment: Most recent
Comments
Comment #2
gaurav.kapoor commentedComment #5
syeda-farheen commentedCreated a PR for the above requirement. Added a plugin 'Modules' that fetches details of all the installed modules in the site.
Comment #6
syeda-farheen commentedComment #7
dineshreddymathuku commentedfor installing modules is it fine using plugins and below foreach code is fine??
foreach (array_keys($enabledModules) as $module) {
$helpUrl = $url = Url::fromUserInput('/admin/help/' . $module)->setAbsolute()->toString();
$description = $this->extensionList->getAllInstalledInfo()[$module]['description'];
Comment #8
gaurav.kapoor commented@dineshreddymathuku Can you rephrase your review for the pull request in #7? Is it relevant to this issue or it's your query?
Comment #9
dineshreddymathuku commentedhi @gaurav.kapoor it my suggestion to solve your issue like we can use this way achieve the solution
Comment #10
gaurav.kapoor commented@dineshreddymathuku Thanks for the suggestion, it makes sense to move function call out the loop for code optimisation. I will ensure it is handled before pushing the code.
Comment #12
gaurav.kapoor commentedThanks for working on this.