migrate_plus.migration.upgrade_locale_settings.yml 642 B

12345678910111213141516171819202122232425262728
  1. uuid: 0a484f8d-2fc0-4329-81ed-777fa0462cb9
  2. langcode: fr
  3. status: true
  4. dependencies: { }
  5. id: upgrade_locale_settings
  6. class: Drupal\migrate\Plugin\Migration
  7. field_plugin_method: null
  8. cck_plugin_method: null
  9. migration_tags:
  10. - 'Drupal 6'
  11. - 'Drupal 7'
  12. migration_group: migrate_drupal_6
  13. label: 'Locale configuration'
  14. source:
  15. plugin: variable
  16. variables:
  17. - locale_cache_strings
  18. - locale_js_directory
  19. source_module: locale
  20. process:
  21. cache_strings: locale_cache_strings
  22. javascript/directory: locale_js_directory
  23. destination:
  24. plugin: config
  25. config_name: locale.settings
  26. migration_dependencies:
  27. required: { }
  28. optional: { }