protected property MigrateDestinationEntity::$entityType in Migrate 6.2
Same name and namespace in other branches
- 7.2 plugins/destinations/entity.inc \MigrateDestinationEntity::entityType
The entity type (node, user, taxonomy_term, etc.) of the destination.
Type: string
File
- plugins/
destinations/ entity.inc, line 20 - Defines base for migration destinations implemented as Drupal entities. Drupal 6 note: Yes, there is no "entity" in D6. We maintain this intermediate class to simplify keeping the D6 and D7 implementations in sync.
Class
- MigrateDestinationEntity
- Abstract base class for entity-based destination handling. Holds common Field API-related functions.
Code
protected $entityType;