You are here

protected property EntityShareTaxonomyAbstract::$fieldEntityType in Entity Share 7

Entity type of the current field.

Entity type of the field.

Type: string

File

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

Class

EntityShareTaxonomyAbstract
Abstract class for Taxonomy import/export management.

Code

protected $fieldEntityType = 'taxonomy_term';