You are here

namespace Drupal\migrate_drupal\Plugin\migrate\field in Drupal 8

Same name in other branches
  1. 9 Drupal\migrate_drupal\Plugin\migrate\field
Classsort descending Location Description
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", )