You are here

function og_CrumbsMonoPlugin_groups_overview_title::describe in Crumbs, the Breadcrumbs suite 7.2

Same name and namespace in other branches
  1. 7 plugins/crumbs.og.inc \og_CrumbsMonoPlugin_groups_overview_title::describe()

Parameters

crumbs_InjectedAPI_describeMonoPlugin $api: Injected API object, with methods that allows the plugin to further describe itself.

Return value

string|void As an alternative to the API object's methods, the plugin can simply return a string label.

Overrides crumbs_MonoPlugin::describe

File

plugins/crumbs.og.inc, line 140

Class

og_CrumbsMonoPlugin_groups_overview_title
Make t('Groups') the title for '/group-list'.

Code

function describe($api) {
  return t('Set "Group" as the title for item for "group-list".');
}