You are here

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

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

Class

blog_CrumbsMonoPlugin_authorName

Code

function describe($api) {
  return t("Set '!name's blog' as the blog title, where !name is the author's username");
}