language_prefixes_and_domains.yml 529 B

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