diff --git a/core/modules/migrate/src/Plugin/migrate/destination/EntityNodeType.php b/core/modules/migrate/src/Plugin/migrate/destination/EntityNodeType.php new file mode 100644 index 0000000..05fd72d --- /dev/null +++ b/core/modules/migrate/src/Plugin/migrate/destination/EntityNodeType.php @@ -0,0 +1,31 @@ +getDestinationProperty('create_body')) { + $node_types = $this->storage->loadMultiple($entity_ids); + node_add_body_field(array_pop($node_types), $row->getDestinationProperty('create_body_label')); + } + return $entity_ids; + } + +}