d7_file_used.yml
Same filename in other branches
File
-
core/
modules/ file/ tests/ modules/ file_test_get_ids/ migrations/ d7_file_used.yml
View source
- id: d7_file_used
- migration_tags:
- - Drupal 7
- - Content
- source:
- plugin: d7_file_used
- scheme: public
- constants:
- source_base_path: ''
- process:
- fid: fid
- 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
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.