language_prefixes_and_domains.yml 511 B

1234567891011121314151617181920212223242526
  1. id: language_prefixes_and_domains
  2. label: Language prefixes and domains
  3. migration_tags:
  4. - Drupal 6
  5. - Drupal 7
  6. source:
  7. plugin: language
  8. fetch_all: true
  9. domain_negotiation: true
  10. process:
  11. url/prefixes:
  12. plugin: array_build
  13. source: languages
  14. key: language
  15. value: prefix
  16. url/domains:
  17. plugin: language_domains
  18. source: languages
  19. key: language
  20. value: domain
  21. destination:
  22. plugin: config
  23. config_name: language.negotiation
  24. migration_dependencies:
  25. required:
  26. - language