migrate_plus.migration.d7_node_materiau.yml 1.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445
  1. id: d7_node_materiau
  2. label: Nodes Materiau
  3. migration_group: d7_materio
  4. audit: true
  5. migration_tags:
  6. - Drupal 7
  7. - Content
  8. deriver: Drupal\node\Plugin\migrate\D7NodeDeriver
  9. source:
  10. plugin: d7_node
  11. bundle: materiau
  12. destination:
  13. plugin: entity:node
  14. bundle: materiau
  15. migration_dependencies:
  16. required:
  17. - d7_taxonomy_term_thesaurus
  18. - d7_taxonomy_term_tags
  19. - d7_taxonomy_term_showroom
  20. - d7_taxonomy_term_company
  21. process:
  22. # If you are using this file to build a custom migration consider removing
  23. # the nid and vid fields to allow incremental migrations.
  24. # In D7, nodes always have a tnid, but it's zero for untranslated nodes.
  25. # We normalize it to equal the nid in that case.
  26. # @see \Drupal\node\Plugin\migrate\source\d7\Node::prepareRow().
  27. nid: tnid
  28. vid: vid
  29. langcode:
  30. plugin: default_value
  31. source: language
  32. default_value: "und"
  33. title: title
  34. uid: node_uid
  35. status: status
  36. created: created
  37. changed: changed
  38. promote: promote
  39. sticky: sticky
  40. revision_uid: revision_uid
  41. revision_log: log
  42. revision_timestamp: timestamp