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).
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
Comment #1
greenskin commentedInteresting. 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?
Comment #2
nancydruYes, 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.
Comment #3
greenskin commented