namespace Drupal\migrate_drupal\Plugin\migrate\field

Same name in other branches
  1. 9 Drupal\migrate_drupal\Plugin\migrate\field
  2. 10 Drupal\migrate_drupal\Plugin\migrate\field
  3. 11.x Drupal\migrate_drupal\Plugin\migrate\field
Object name File name Summary
FieldPluginBase core/modules/migrate_drupal/src/Plugin/migrate/field/FieldPluginBase.php The base class for all field plugins.
NodeReference core/modules/migrate_drupal/src/Plugin/migrate/field/NodeReference.php Plugin annotation

@MigrateField(
id = "nodereference",
core = {6},
type_map = {
"nodereference" = "entity_reference",
},
source_module = "nodereference",
destination_module = "core",
)
UserReference core/modules/migrate_drupal/src/Plugin/migrate/field/UserReference.php Plugin annotation

@MigrateField(
id = "userreference",
core = {6},
type_map = {
"userreference" = "entity_reference",
},
source_module = "userreference",
destination_module = "core",
)

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.