1234567891011121314151617181920212223242526272829303132333435363738394041424344454647 |
- uuid: null
- langcode: fr
- status: true
- dependencies: { }
- id: d6_edlp_allfiles
- class: null
- field_plugin_method: null
- cck_plugin_method: null
- migration_tags:
- - 'Drupal 6'
- migration_group: d6_edlp
- label: 'Edlp Drupal 6 mp3 migration'
- source:
- plugin: d6_edlp_file
- constants:
- source_base_path: ../drupal6
- process:
- fid: fid
- filename: filename
- source_full_path:
- -
- plugin: concat
- delimiter: /
- source:
- - constants/source_base_path
- - filepath
- -
- plugin: urlencode
- destination_full_path:
- plugin: file_uri
- source:
- - filepath
- - file_directory_path
- - temp_directory_path
- - is_public
- uri:
- plugin: file_copy
- source:
- - '@source_full_path'
- - '@destination_full_path'
- filemime: filemime
- status: status
- changed: timestamp
- uid: uid
- destination:
- plugin: 'entity:file'
- migration_dependencies: null
|