function forum_CrumbsMonoPlugin_forumTerm::describe in Crumbs, the Breadcrumbs suite 7
Same name and namespace in other branches
- 7.2 plugins/crumbs.forum.inc \forum_CrumbsMonoPlugin_forumTerm::describe()
Parameters
$api :crumbs_InjectedAPI_describeMonoPlugin: Injected API object, with methods that allows the plugin to further describe itself.
Return value
As an alternative to the API object's methods, the plugin can simply return a string label.
Overrides crumbs_MonoPlugin::describe
File
- plugins/
crumbs.forum.inc, line 21
Class
Code
function describe($api) {
return t('Let /forum/123 be the parent path of /forum/456, if 123 is the parent of 456.');
}