interface crumbs_MultiPlugin in Crumbs, the Breadcrumbs suite 7.2
Same name and namespace in other branches
- 7 crumbs.module \crumbs_MultiPlugin
Interface for plugin objects registered with hook_crumbs_plugins().
Hierarchy
- interface \crumbs_PluginInterface
- interface \crumbs_MultiPlugin
Expanded class hierarchy of crumbs_MultiPlugin
All classes that implement crumbs_MultiPlugin
File
- lib/
MultiPlugin.php, line 7
View source
interface crumbs_MultiPlugin extends crumbs_PluginInterface {
/**
* @param crumbs_InjectedAPI_describeMultiPlugin $api
* Injected API object, with methods that allow the plugin to further
* describe itself.
* The plugin is supposed to tell Crumbs about all possible rule keys, and
* can give a label and a description for each.
*
* @return
* As an alternative to the API object's methods, the plugin can simply
* return a key-value array, where the keys are the available rules, and the
* values are their respective labels.
*/
function describe($api);
}
Members
Name | Modifiers | Type | Description | Overrides |
---|---|---|---|---|
crumbs_MultiPlugin:: |
function | 11 |