You are here

function crumbs_InjectedAPI_Collection_CollectionResult::getPluginRouteMethods in Crumbs, the Breadcrumbs suite 7.2

Return value

true[][][] Format: $[$pluginKey]['findParent'][$route] = true

File

lib/InjectedAPI/Collection/CollectionResult.php, line 66

Class

crumbs_InjectedAPI_Collection_CollectionResult
Represents the result of hook_crumbs_plugins()

Code

function getPluginRouteMethods() {
  return $this->pluginCollection
    ->getPluginRouteMethods();
}