Module supports
Dave Reid - November 10, 2008 - 19:58
This module shows how modules can be enhanced by or enhance other modules by using information provided in module .info files (implementation of #328932: Modules and partial dependencies - "Enhanced by" field in modules .info file).
The following are all the supported directives:
dependencies[] = modulename
recommends[] = modulename
suggests[] = modulename
enhances[] = modulename
breaks[] = modulename
conflicts[] = modulename
replaces[] = modulenameThis information will most likely be used on the redesigned drupal.org, so start implementing this now in your own modules!
