public function Sweaver::get_plugins_registry in Sweaver 6
Same name and namespace in other branches
- 7 sweaver.inc \Sweaver::get_plugins_registry()
Get the sweaver plugins configurations.
File
- ./
sweaver.inc, line 87 - Class Sweaver.
Class
- Sweaver
- @file Class Sweaver.
Code
public function get_plugins_registry($enabled = TRUE) {
return $enabled ? $this->plugins_registry_enabled : $this->plugins_registry;
}