You are here

protected property EntityShareFieldCollectionAbstract::$managedFieldTypes in Entity Share 7

Types managed by the class.

Type of field types managed.

Type: array

File

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

Class

EntityShareFieldCollectionAbstract
Abstract class for Field Collection import/export management.

Code

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