function crumbs_MonoPlugin_example::disabledByDefault in Crumbs, the Breadcrumbs suite 7
Specify if this plugin is disabled by default, instead of inheriting from the next matching wildcard rule.
Return value
:boolean TRUE, if the plugin is disabled by default.
File
- ./
crumbs.api.php, line 36
Class
- crumbs_MonoPlugin_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();