X-Git-Url: http://www.aleph1.co.uk/gitweb/?a=blobdiff_plain;ds=sidebyside;f=web%2Fcore%2Fmodules%2Flanguage%2Fmigration_templates%2Fd6_language_negotiation_settings.yml;fp=web%2Fcore%2Fmodules%2Flanguage%2Fmigration_templates%2Fd6_language_negotiation_settings.yml;h=0000000000000000000000000000000000000000;hb=af6d1fb995500ae68849458ee10d66abbdcfb252;hp=2530ebcee882095202c51b164c50c5e8b8be184d;hpb=680c79a86e3ed402f263faeac92e89fb6d9edcc0;p=yaffs-website diff --git a/web/core/modules/language/migration_templates/d6_language_negotiation_settings.yml b/web/core/modules/language/migration_templates/d6_language_negotiation_settings.yml deleted file mode 100644 index 2530ebcee..000000000 --- a/web/core/modules/language/migration_templates/d6_language_negotiation_settings.yml +++ /dev/null @@ -1,35 +0,0 @@ -id: d6_language_negotiation_settings -label: Language negotiation settings -migration_tags: - - Drupal 6 -source: - plugin: variable - variables: - - language_negotiation - source_module: language -process: - session/parameter: - plugin: default_value - default_value: 'language' - selected_langcode: - plugin: default_value - default_value: 'site_default' - url/source: - plugin: static_map - source: language_negotiation - default_value: path_prefix - map: - # LANGUAGE_NEGOTIATION_NONE = 0 - # LANGUAGE_NEGOTIATION_PATH_DEFAULT = 1 - # LANGUAGE_NEGOTIATION_PATH = 2 - # LANGUAGE_NEGOTIATION_DOMAIN = 3 - 0: path_prefix - 1: path_prefix - 2: path_prefix - 3: domain -destination: - plugin: config - config_name: language.negotiation -migration_dependencies: - required: - - language