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",
) |