You are here

protected property EntityShareTaxonomyAbstract::$managedFieldTypes in Entity Share 7

Type of field managed by the class.

Type of field types managed.

Type: array

File

modules/entity_share_taxonomy/includes/entity_share_taxonomy.abstract.inc, line 82
Class for handling Taxonomy Import/Export Abstract.

Class

EntityShareTaxonomyAbstract
Abstract class for Taxonomy import/export management.

Code

protected $managedFieldTypes = array(
  'taxonomy_term_reference',
);