You are here

function pathauto_crumbs_plugins in Crumbs, the Breadcrumbs suite 6.2

Same name and namespace in other branches
  1. 6 plugins/crumbs.pathauto.inc \pathauto_crumbs_plugins()

File

plugins/crumbs.pathauto.inc, line 4

Code

function pathauto_crumbs_plugins() {
  return array(
    'alias' => new _pathauto_CrumbsPlugin(),
  );
}