protected property DrupalCommentMigration::$sourceType in Drupal-to-Drupal data migration 7.2
Source type (bundle), if any.
Type: string
Overrides DrupalMigration::$sourceType
File
- ./
comment.inc, line 28 - Base class for migrating comments into Drupal.
Class
- DrupalCommentMigration
- Base class for all comment migrations - handles commonalities across all supported source Drupal versions.
Code
protected $sourceType;