You are here

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

Return value

array

Throws

Exception

File

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

Class

crumbs_InjectedAPI_Collection_CollectionResult
Represents the result of hook_crumbs_plugins()

Code

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