You are here

function crumbs_MultiPlugin_example::disabledByDefault in Crumbs, the Breadcrumbs suite 7

Specify if some of the rules from describe() are disabled by default, instead of inheriting from the next matching wildcard rule.

Return value

:array Regular array, where the values identify crumbs rules or wildcards. Rule keys are relative to the plugin key.

File

./crumbs.api.php, line 94

Class

crumbs_MultiPlugin_example
Pseudo-interface for plugin objects registered with hook_crumbs_plugins(). The methods defined here are all optional. We only use this interface for documentation, no class actually implements it.

Code

function disabledByDefault();