You are here

protected function crumbs_PluginSystem_PluginInfo::get_routelessPluginMethodsUnsorted in Crumbs, the Breadcrumbs suite 7.2

Return value

true[][] Format: $['findParent'][$plugin_key] = true

See also

crumbs_PluginSystem_PluginInfo::$routelessPluginMethodsUnsorted

File

lib/PluginSystem/PluginInfo.php, line 123

Class

crumbs_PluginSystem_PluginInfo
Info about available plugins and their weights.

Code

protected function get_routelessPluginMethodsUnsorted() {
  return $this->discovery
    ->getRoutelessPluginMethods();
}