protected function crumbs_PluginSystem_PluginInfo::get_pluginRouteMethods in Crumbs, the Breadcrumbs suite 7.2
Return value
true[][][] Format: $[$pluginKey]['findParent'] = true
See also
crumbs_PluginSystem_PluginInfo::$pluginRouteMethods
File
- lib/
PluginSystem/ PluginInfo.php, line 143
Class
- crumbs_PluginSystem_PluginInfo
- Info about available plugins and their weights.
Code
protected function get_pluginRouteMethods() {
return $this->discovery
->getPluginRouteMethods();
}