Lines Matching defs:all
19 /** @var array all installed plugins and their enabled state [plugin=>enabled] */
39 * use empty string for all types
40 * @param $all bool;
50 public function getList($type = '', $all = false)
55 return $all ? array_keys($this->masterList) : array_keys(array_filter($this->masterList));
61 if ($all && !isset($this->listByType[$type]['disabled'])) {
65 return $all
84 //we keep all loaded plugins available in global scope for reuse
200 * Read all installed plugins and their current enabled state
399 * Initialize vendor autoloaders for all plugins that have them