public property FieldCollectionItemEntity::$archived in Field collection 7
Whether the field collection item is archived, i.e. not in use.
Type: bool
See also
FieldCollectionItemEntity::isInUse()
File
- ./
field_collection.entity.inc, line 84
Class
- FieldCollectionItemEntity
- Class for field_collection_item entities.
Code
public $archived = FALSE;