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