Resolve #3257401 "Add a plugin"
3 unresolved threads
Added a plugin 'Modules' to fetch information about installed modules on the site.
Merge request reports
Activity
1 1 name: Documentation generator 2 2 description: Allows administrators to generate documentation describing site features. 3 3 type: module 4 core_version_requirement: ^8.8 || ^9 4 core_version_requirement: ^9.3 || ^10 @syeda-farheen Let's not change this in this merge request.
added 1 commit
- 96ee08da - Getting module names instead of numbers on the enabled 'Disabled Elements' page.
added 1 commit
- b1a8a0bd - Getting module names instead of numbers on the enabled 'Disabled Elements' page.
1 1 name: Documentation generator 2 2 description: Allows administrators to generate documentation describing site features. 3 3 type: module 4 core_version_requirement: ^9.3 || ^10 4 core_version_requirement: ^8.8 || ^9 @syeda-farheen Not needed in this PR, I will remove it when pushing code.
71 $elements[] = [ 72 'type' => 'title', 73 'level' => 2, 74 'value' => $this->moduleHandler->getName($module), 75 ]; 76 77 $elements[] = [ 78 'type' => 'paragraph', 79 'level' => 3, 80 'value' => $description, 81 ]; 82 83 $elements[] = [ 84 'type' => 'paragraph', 85 'level' => 3, 86 'value' => $this->t('You can find help realted to @type at : @parameter', [ @syeda-farheen Typo in "related". Will modify it when pushing the code.
Please register or sign in to reply