Mercurial > hg > rr-repo
comparison sites/all/modules/entityreference/plugins/behavior/taxonomy-index.inc @ 4:ce11bbd8f642
added modules
author | danieleb <danielebarchiesi@me.com> |
---|---|
date | Thu, 19 Sep 2013 10:38:44 +0100 |
parents | |
children |
comparison
equal
deleted
inserted
replaced
3:b28be78d8160 | 4:ce11bbd8f642 |
---|---|
1 <?php | |
2 | |
3 /** | |
4 * @file | |
5 * CTools plugin declaration for taxonomy-index behavior. | |
6 */ | |
7 | |
8 if (module_exists('taxonomy')) { | |
9 $plugin = array( | |
10 'title' => t('Taxonomy index'), | |
11 'description' => t('Include the term references created by instances of this field carried by node entities in the core {taxonomy_index} table. This will allow various modules to handle them like core term_reference fields.'), | |
12 'class' => 'EntityReferenceBehavior_TaxonomyIndex', | |
13 'behavior type' => 'instance', | |
14 'force enabled' => TRUE, | |
15 ); | |
16 } |