You are here

protected property EntityShareFieldCollectionAbstract::$fieldEntityType in Entity Share 7

Current field entity type.

Entity type of the field.

Type: string

File

modules/entity_share_field_collection/includes/entity_share_field_collection.abstract.inc, line 92
Class for handling Field Collection Import/Export Abstract.

Class

EntityShareFieldCollectionAbstract
Abstract class for Field Collection import/export management.

Code

protected $fieldEntityType = 'field_collection_item';