Drupal is a registered trademark of Dries Buytaert

module_usage

19 sites No security coverage
View on drupal.org

Allows site builders and others to document the how/where/why each contrib or custom module is used on a site. Notes and URLs can be added for use by QA or to provide historical information.

Features

  • Add notes to provide historical context or instructions for using or testing the module (or any other purpose)
  • Add URLs for pages where the module is used and/or should be tested - URLs include a notes field to provide context or instructions for the URL
  • Historical activity (install/uninstall and version changes) is tracked automatically.
  • Views integration
  • Import/export commands (with drush integration) allow data to be moved/shared between different versions (local/dev/stage/prod) of a site
  • Reports

Getting Started

Module usage is seamlessly integrated with the Module List page by clicking Extend on the admin menu (/admin/modules). On the module list page:

  1. Click on the description accordion of any module
  2. The new Module Usage Documentation accordion will open at the bottom of the module description pane.
  3. The list of modules can be filtered to only those that have documentation, those that don't have documentation, or all modules.


Integration is included on the module updates page (/admin/modules/update) as well as the Available Updates report (/admin/reports/updates)

Additional Requirements

This module has dependencies on the following modules:

  • jQuery UI Accordion

Import/Export with Drush

Export

drush moduse:export [--file=<export-file-name.json>] [--path=<export-folder>] [--modules=mod1, mod2, mod3] Defaults:
  • file = moduse.json
  • path = private:/moduse
  • modules = all modules

Import

drush moduse:import [--file=<export-file-name.json>] [--path=<export-folder>] Defaults:
  • file = moduse.json
  • path = private:/moduse
The import/export options are also available in the admin UI at: Extend -> Documentation -> Import (or Export)

Supporting this Module

Activity

Total releases
2
First release
Jan 2025
Latest release
6 months ago
Release cadence
206 days
Stability
50% stable

Releases

Version Type Release date
1.1.0 Stable Aug 21, 2025
1.1.x-dev Dev Jan 27, 2025