You are here

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

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.commerce_checkout.inc, line 27

Class

commerce_checkout_CrumbsMonoPlugin_checkoutPages

Code

function describe($api) {
  $api
    ->titleWithLabel(t('Previous page in checkout process'), t('Parent'));
}