48 lines
903 B
YAML
48 lines
903 B
YAML
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
|