Skip to content
Snippets Groups Projects

Resolve #3257401 "Add a plugin"

3 unresolved threads

Added a plugin 'Modules' to fetch information about installed modules on the site.

Merge request reports

Loading
Loading

Activity

Filter activity
  • Approvals
  • Assignees & reviewers
  • Comments (from bots)
  • Comments (from users)
  • Commits & branches
  • Edits
  • Labels
  • Lock status
  • Mentions
  • Merge request status
  • Tracking
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
  • Gaurav Kapoor changed target branch from 8.x-1.x to 2.0.x

    changed target branch from 8.x-1.x to 2.0.x

  • syeda-farheen added 1 commit

    added 1 commit

    • 96ee08da - Getting module names instead of numbers on the enabled 'Disabled Elements' page.

    Compare with previous version

  • syeda-farheen added 1 commit

    added 1 commit

    • b1a8a0bd - Getting module names instead of numbers on the enabled 'Disabled Elements' page.

    Compare with previous version

  • 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
  • 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', [
    Please register or sign in to reply
    Loading