d7_system_authorize.yml

Same filename in other branches
  1. 8.9.x core/modules/system/migrations/d7_system_authorize.yml
  2. 10 core/modules/system/migrations/d7_system_authorize.yml
  3. 11.x core/modules/system/migrations/d7_system_authorize.yml
core/modules/system/migrations/d7_system_authorize.yml

File

core/modules/system/migrations/d7_system_authorize.yml

View source
  1. id: d7_system_authorize
  2. label: Drupal 7 file transfer authorize configuration
  3. migration_tags:
  4. - Drupal 7
  5. - Configuration
  6. source:
  7. plugin: variable
  8. variables:
  9. - authorize_filetransfer_default
  10. source_module: system
  11. process:
  12. filetransfer_default:
  13. plugin: skip_on_empty
  14. method: row
  15. source: empty
  16. destination:
  17. plugin: config
  18. config_name: null
  19. destination_module: system

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.