protected function crumbs_PluginSystem_PluginInfo::get_plugins in Crumbs, the Breadcrumbs suite 7.2
Plugins, not sorted, but already with the weights information.
Return value
array
See also
crumbs_PluginSystem_PluginInfo::$plugins
File
- lib/
PluginSystem/ PluginInfo.php, line 326
Class
- crumbs_PluginSystem_PluginInfo
- Info about available plugins and their weights.
Code
protected function get_plugins() {
// We use a trick to always include the plugin files, even if the plugins
// are coming from the cache.
$this->includePluginFiles;
return $this->pluginsCached;
}