You are here

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

Return value

mixed[] Format: $[$key] = false|$weight

Throws

Exception

File

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

Class

crumbs_InjectedAPI_Collection_CollectionResult
Represents the result of hook_crumbs_plugins()

Code

function getDefaultValues() {
  return $this->defaultValueCollection
    ->getDefaultValues();
}