You are here

protected function _taxonomy_CrumbsMultiPlugin_termReference::_getPath_user in Crumbs, the Breadcrumbs suite 7

File

plugins/crumbs.taxonomy.inc, line 92

Class

_taxonomy_CrumbsMultiPlugin_termReference

Code

protected function _getPath_user($uid) {
  return 'user/' . $uid;
}