Module Summary
Categories
Component ID
1095604
Component name
Module Summary
Component type
module
Maintenance status
Development status
Component security advisory coverage
covered
Downloads
1166
Component created
Component changed
Component body
A module which provides simple reports on what your modules are doing (via hook implementations) and providing (via menu and theme items). After installing this module, you will have a new entry in Admin->Reports, "Module Summary".
Whether you're developing your own modules or reviewing community modules, it can be extremely helpful to know what all of your modules are bringing to the table and how they are operating.
Use cases
- Brand new module installed, looking for what administrative menu items it has provided: Check out Module Summary "Menu Items"
- Developing your own module, quickly browse what theme()'s are provided by another module, and which arguments it takes: Module Summary "Theme Items"
- Developing a module, not sure which module is altering your form? Module Summary "Hooks" will show you all modules implementing hook_form_alter
