···910The following methods are required:
11- collect (uses the ModuleLoader to collect the raw JSON output of all registry modules) [registry::preCollect, registry::postCollect]
12-- 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]
13- activate (activates the registry and all contained features) [registry::preActivate, registry::postActivate]
14- unload (deactivates all modules stored in the registry and the registry itself) [registry::preUnload, registry::postUnload]
15
···910The following methods are required:
11- collect (uses the ModuleLoader to collect the raw JSON output of all registry modules) [registry::preCollect, registry::postCollect]
12+- 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]
13- activate (activates the registry and all contained features) [registry::preActivate, registry::postActivate]
14- unload (deactivates all modules stored in the registry and the registry itself) [registry::preUnload, registry::postUnload]
15