You are here

protected property NodeReference::$nodeTypeMigration in Drupal 10

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

The plugin ID for the reference type migration.

Type: string

File

core/modules/migrate_drupal/src/Plugin/migrate/field/d7/NodeReference.php, line 27

Class

NodeReference
MigrateField plugin for Drupal 7 node_reference fields.

Namespace

Drupal\migrate_drupal\Plugin\migrate\field\d7

Code

protected $nodeTypeMigration = 'd7_node_type';