function sweaver_sweaver_plugins in Sweaver 6
Same name and namespace in other branches
- 7 sweaver.module \sweaver_sweaver_plugins()
Implementation of hook_sweaver_plugins().
File
- ./
sweaver.module, line 107 - Sweaver functions.
Code
function sweaver_sweaver_plugins() {
module_load_include('inc', 'sweaver', 'sweaver.registry');
return _sweaver_sweaver_plugins();
}