function crumbs_InjectedAPI_Collection_DefaultValueCollection::getDefaultValues in Crumbs, the Breadcrumbs suite 7.2
Return value
mixed[] Format: $[$key] = false|$weight
Throws
Exception
File
- lib/
InjectedAPI/ Collection/ DefaultValueCollection.php, line 19
Class
Code
function getDefaultValues() {
return $this->defaultValues;
}