You are here

function path_crumbs_plugins in Crumbs, the Breadcrumbs suite 7

Same name and namespace in other branches
  1. 6.2 plugins/crumbs.path.inc \path_crumbs_plugins()
  2. 6 plugins/crumbs.path.inc \path_crumbs_plugins()
  3. 7.2 plugins/crumbs.path.inc \path_crumbs_plugins()

Implements hook_crumbs_plugins().

File

plugins/crumbs.path.inc, line 7

Code

function path_crumbs_plugins($api) {

  // Just one plugin for the entire module.
  $api
    ->monoPlugin();
}