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