You are here

public function Sweaver::get_plugins_registry in Sweaver 7

Same name and namespace in other branches
  1. 6 sweaver.inc \Sweaver::get_plugins_registry()

Get the sweaver plugins configurations.

File

./sweaver.inc, line 86
Class Sweaver.

Class

Sweaver
@file Class Sweaver.

Code

public function get_plugins_registry($enabled = TRUE) {
  return $enabled ? $this->plugins_registry_enabled : $this->plugins_registry;
}