You are here

protected property MigrateDestinationEntity::$entityType in Migrate 7.2

Same name and namespace in other branches
  1. 6.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 19
Defines base for migration destinations implemented as Drupal entities.

Class

MigrateDestinationEntity
Abstract base class for entity-based destination handling. Holds common Field API-related functions.

Code

protected $entityType;