You are here

public function Sweaver::get_plugins_registry in Sweaver 6

Same name and namespace in other branches
  1. 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;
}