protected function crumbs_PluginSystem_PluginInfo::get_defaultWeights in Crumbs, the Breadcrumbs suite 7.2
Default weights without the user configuration
Return value
array
See also
crumbs_PluginSystem_PluginInfo::$defaultWeights
File
- lib/
PluginSystem/ PluginInfo.php, line 103
Class
- crumbs_PluginSystem_PluginInfo
- Info about available plugins and their weights.
Code
protected function get_defaultWeights() {
return $this->discovery
->getDefaultValues();
}