You are here

function comment_CrumbsMonoPlugin_comment::describe in Crumbs, the Breadcrumbs suite 7

Same name and namespace in other branches
  1. 7.2 plugins/crumbs.comment.inc \comment_CrumbsMonoPlugin_comment::describe()

Describe this plugin for the configuration form.

Overrides crumbs_MonoPlugin::describe

File

plugins/crumbs.comment.inc, line 40

Class

comment_CrumbsMonoPlugin_comment

Code

function describe($api) {
  return t('Make node/% the parent for comment/%');
}