Lines Matching defs:enabled
19 /** @var array all installed plugins and their enabled state [plugin=>enabled] */
41 * false to only return enabled plugins,
42 * true to return both enabled and disabled plugins
58 if (!isset($this->listByType[$type]['enabled'])) {
59 $this->listByType[$type]['enabled'] = $this->getListByType($type, true);
66 ? array_merge($this->listByType[$type]['enabled'], $this->listByType[$type]['disabled'])
67 : $this->listByType[$type]['enabled'];
143 * @return bool true disabled, false enabled
144 * @deprecated in favor of the more sensible isEnabled where the return value matches the enabled state
156 * @return bool true enabled, false disabled
200 * Read all installed plugins and their current enabled state
265 " * enabled by default.\n */\n";
334 * @param bool $enabled true to return enabled plugins,
338 protected function getListByType($type, $enabled)
340 $master_list = $enabled