You are here

protected property UserReference::$userTypeMigration in Drupal 10

Same name in this branch
  1. 10 core/modules/migrate_drupal/src/Plugin/migrate/field/d6/UserReference.php \Drupal\migrate_drupal\Plugin\migrate\field\d6\UserReference::userTypeMigration
  2. 10 core/modules/migrate_drupal/src/Plugin/migrate/field/d7/UserReference.php \Drupal\migrate_drupal\Plugin\migrate\field\d7\UserReference::userTypeMigration
Same name and namespace in other branches
  1. 9 core/modules/migrate_drupal/src/Plugin/migrate/field/d6/UserReference.php \Drupal\migrate_drupal\Plugin\migrate\field\d6\UserReference::userTypeMigration

The plugin ID for the reference type migration.

Type: string

File

core/modules/migrate_drupal/src/Plugin/migrate/field/d6/UserReference.php, line 30

Class

UserReference
MigrateField Plugin for Drupal 6 user reference fields.

Namespace

Drupal\migrate_drupal\Plugin\migrate\field\d6

Code

protected $userTypeMigration = 'd6_user_role';