migrate_plus.migration.d6_edlp_allfiles.yml 903 B

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647
  1. uuid: null
  2. langcode: fr
  3. status: true
  4. dependencies: { }
  5. id: d6_edlp_allfiles
  6. class: null
  7. field_plugin_method: null
  8. cck_plugin_method: null
  9. migration_tags:
  10. - 'Drupal 6'
  11. migration_group: d6_edlp
  12. label: 'Edlp Drupal 6 mp3 migration'
  13. source:
  14. plugin: d6_edlp_file
  15. constants:
  16. source_base_path: ../drupal6
  17. process:
  18. fid: fid
  19. filename: filename
  20. source_full_path:
  21. -
  22. plugin: concat
  23. delimiter: /
  24. source:
  25. - constants/source_base_path
  26. - filepath
  27. -
  28. plugin: urlencode
  29. destination_full_path:
  30. plugin: file_uri
  31. source:
  32. - filepath
  33. - file_directory_path
  34. - temp_directory_path
  35. - is_public
  36. uri:
  37. plugin: file_copy
  38. source:
  39. - '@source_full_path'
  40. - '@destination_full_path'
  41. filemime: filemime
  42. status: status
  43. changed: timestamp
  44. uid: uid
  45. destination:
  46. plugin: 'entity:file'
  47. migration_dependencies: null