1234567891011121314151617181920212223242526272829303132333435363738394041424344454647 |
- uuid: dcb4548c-dc78-4a94-95d3-87bbe043c53b
- langcode: en
- status: true
- dependencies: { }
- _core:
- default_config_hash: _R1mGCGtQpx6FBB0Ar7k7M5nPIVY1-SMuCtcAd34XuE
- id: d7_allpublicfiles
- class: null
- field_plugin_method: null
- cck_plugin_method: null
- migration_tags:
- - 'Drupal 7'
- - Content
- - Materio
- - Files
- migration_group: d7_materio
- label: 'Public files'
- source:
- plugin: d7_pubic_file
- batch_size: 5000
- scheme: public
- constants:
- source_base_path: ../../../d7.materio.com/public_html
- 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
|