···991010The following methods are required:
1111- collect (uses the ModuleLoader to collect the raw JSON output of all registry modules) [registry::preCollect, registry::postCollect]
1212-- load (uses various loaders to prepare Module contents, based on the Module's exports property, which exports an array of ModuleExportItem's.) [registry::preLoad, registry::postLoad]
1212+- prepare (uses various loaders to prepare Module contents, based on the Module's exports property, which exports an array of ModuleExportItem's.) [registry::prePrepare, registry::postPrepare]
1313- activate (activates the registry and all contained features) [registry::preActivate, registry::postActivate]
1414- unload (deactivates all modules stored in the registry and the registry itself) [registry::preUnload, registry::postUnload]
1515