You are here

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

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

Describe this plugin for the configuration form.

Overrides crumbs_MonoPlugin::describe

File

plugins/crumbs.comment.inc, line 62

Class

comment_CrumbsMonoPlugin_skip

Code

function describe($api) {
  return t('Skip comment/% in the breadcrumb.');
}