language.yml

Same filename and directory in other branches
  1. 9 core/modules/language/migrations/language.yml
  2. 8.9.x core/modules/language/migrations/language.yml
  3. 10 core/modules/language/migrations/language.yml
core/modules/language/migrations/language.yml

File

core/modules/language/migrations/language.yml

View source
  1. id: language
  2. label: Languages
  3. migration_tags:
  4. - Drupal 6
  5. - Drupal 7
  6. - Configuration
  7. source:
  8. plugin: language
  9. process:
  10. id: language
  11. label: name
  12. direction:
  13. plugin: static_map
  14. source: direction
  15. map:
  16. 0: ltr
  17. 1: rtl
  18. weight: weight
  19. destination:
  20. plugin: entity:configurable_language

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