You are here

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

Return value

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

File

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

Class

crumbs_InjectedAPI_Collection_CollectionResult
Represents the result of hook_crumbs_plugins()

Code

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