You are here

function _taxonomy_CrumbsMultiPlugin_termReference::__construct in Crumbs, the Breadcrumbs suite 7

File

plugins/crumbs.taxonomy.inc, line 38

Class

_taxonomy_CrumbsMultiPlugin_termReference

Code

function __construct($field_key, $bundles) {
  $this->fieldKey = $field_key;
  $this->bundles = $bundles;
}