migrate_plus.migration.d7_node_theme.yml 853 B

12345678910111213141516171819202122232425262728293031323334353637383940414243
  1. uuid: 6c24ccb0-9a42-4162-9900-4fe6edde5825
  2. langcode: fr
  3. status: true
  4. dependencies: { }
  5. _core:
  6. default_config_hash: v7lZxj69QSpfsfR5KJSQSV4wPE42ubLZxMh_i2bU8NI
  7. id: d7_node_theme
  8. class: null
  9. field_plugin_method: null
  10. cck_plugin_method: null
  11. migration_tags:
  12. - 'Drupal 7'
  13. - Content
  14. - Popsu
  15. migration_group: popsu
  16. label: 'Node Theme'
  17. source:
  18. plugin: d7_node_theme
  19. batch_size: 500
  20. high_water_property:
  21. name: changed
  22. alias: 'n'
  23. process:
  24. type:
  25. plugin: default_value
  26. default_value: theme
  27. created: created
  28. changed: changed
  29. uid:
  30. plugin: default_value
  31. default_value: 34
  32. title: title
  33. field_programme:
  34. plugin: migration_lookup
  35. migration: d7_node_programme
  36. source: programme
  37. no_stub: true
  38. destination:
  39. plugin: 'entity:node'
  40. migration_dependencies:
  41. required:
  42. - d7_allpublicfiles
  43. - d7_users