function blog_CrumbsMonoPlugin_authorName::describe in Crumbs, the Breadcrumbs suite 7.2
Same name and namespace in other branches
- 7 plugins/crumbs.blog.inc \blog_CrumbsMonoPlugin_authorName::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.blog.inc, line 49
Class
Code
function describe($api) {
$api
->titleWithLabel(t('"!name\'s blog", where !name is the author\'s username.'), t('Title'));
}