You are here

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

Same name and namespace in other branches
  1. 7.2 plugins/crumbs.crumbs.inc \crumbs_CrumbsMonoPlugin_home_title::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.crumbs.inc, line 21

Class

crumbs_CrumbsMonoPlugin_home_title

Code

function describe($api) {
  return t('Set "Home" as the title for the root item.');
}