It would be really cool if this module could gather the "pieces" of each module row (basic, depend on, requires, etc.) into an array and pass this on to a hook to be altered or added to (such as a weight, or #520968: Compatibility with ModuleInfo).

Comments

greenskin’s picture

Interesting. So you're thinking of somehow stripping out all the information for a module (name, description, depends on, requires, etc) and putting it into an array that other modules can alter via a hook then generate the rows based on this array?

nancydru’s picture

Yes, something like that. For example, the Util module has a component that adds a module weight field to the row. Right now, it basically has to duplicate the function of this module in order to do that.

greenskin’s picture

Issue summary: View changes
Status: Active » Closed (outdated)