Further Drupal 8.6.4 changes. Some core files were not committed before a commit...
[yaffs-website] / web / core / modules / language / migrations / d7_language_types.yml
1 id: d7_language_types
2 label: Language types
3 migration_tags:
4   - Drupal 7
5   - Configuration
6 source:
7   plugin: variable
8   variables:
9     - language_types
10     - language_negotiation_language
11     - language_negotiation_language_content
12     - language_negotiation_language_url
13     - locale_language_providers_weight_language
14     - locale_language_providers_weight_language_content
15     - locale_language_providers_weight_language_url
16   source_module: language
17 process:
18   all:
19     plugin: language_types
20     source: language_types
21   configurable:
22     plugin: language_types
23     source: language_types
24     filter_configurable: true
25   negotiation/language_content:
26     plugin: language_negotiation
27     source:
28       - language_negotiation_language_content
29       - locale_language_providers_weight_language_content
30   negotiation/language_url:
31     plugin: language_negotiation
32     source:
33       - language_negotiation_language_url
34       - locale_language_providers_weight_language_url
35   negotiation/language_interface:
36     plugin: language_negotiation
37     source:
38       - language_negotiation_language
39       - locale_language_providers_weight_language
40 destination:
41   plugin: config
42   config_name: language.types