Closed (outdated)
Project:
Module Filter
Version:
6.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
6 Oct 2009 at 14:02 UTC
Updated:
26 Mar 2017 at 18:57 UTC
Jump to comment: Most recent
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