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