function crumbs_InjectedAPI_Collection_CollectionResult::getRoutePluginMethods in Crumbs, the Breadcrumbs suite 7.2
Return value
true[][][] Format: $['findParent'][$route][$plugin_key] = true.
File
- lib/
InjectedAPI/ Collection/ CollectionResult.php, line 50
Class
- crumbs_InjectedAPI_Collection_CollectionResult
- Represents the result of hook_crumbs_plugins()
Code
function getRoutePluginMethods() {
return $this->pluginCollection
->getRoutePluginMethods();
}