1234567891011121314151617181920212223242526272829303132333435363738394041424344454647 |
- uuid: f5398c96-5eb8-4e71-abad-0293ecdbf0d5
- langcode: fr
- status: true
- dependencies: { }
- _core:
- default_config_hash: Y-MrRS7-axq8h57tbPZAD5kWEoD7HyDvUcXUMYo5Osw
- id: d7_allpublicfiles
- class: null
- field_plugin_method: null
- cck_plugin_method: null
- migration_tags:
- - 'Drupal 7'
- - Content
- - Popsu
- - Files
- migration_group: popsu
- label: 'Public files'
- source:
- plugin: d7_pubic_file
- batch_size: 5000
- scheme: public
- constants:
- source_base_path: ../../d7
- process:
- filename: filename
- source_full_path:
- -
- plugin: concat
- delimiter: /
- source:
- - constants/source_base_path
- - filepath
- -
- plugin: urlencode
- uri:
- plugin: file_copy
- source:
- - '@source_full_path'
- - uri
- filemime: filemime
- status: status
- created: timestamp
- changed: timestamp
- uid: uid
- destination:
- plugin: 'entity:file'
- migration_dependencies: null
|