migrate_plus.migration.upgrade_language.yml 580 B

123456789101112131415161718192021222324252627282930
  1. uuid: 4de5c6ab-ca78-4575-a9b1-7ad3b9b7474e
  2. langcode: fr
  3. status: true
  4. dependencies: { }
  5. id: upgrade_language
  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: Languages
  14. source:
  15. plugin: language
  16. process:
  17. id: language
  18. label: name
  19. direction:
  20. plugin: static_map
  21. source: direction
  22. map:
  23. - ltr
  24. - rtl
  25. weight: weight
  26. destination:
  27. plugin: 'entity:configurable_language'
  28. migration_dependencies:
  29. required: { }
  30. optional: { }