Updated to Drupal 8.5. Core Media not yet in use.
[yaffs-website] / web / core / modules / path / migration_templates / d6_url_alias.yml
diff --git a/web/core/modules/path/migration_templates/d6_url_alias.yml b/web/core/modules/path/migration_templates/d6_url_alias.yml
deleted file mode 100644 (file)
index fcf2036..0000000
+++ /dev/null
@@ -1,36 +0,0 @@
-id: d6_url_alias
-label: URL aliases
-migration_tags:
-  - Drupal 6
-source:
-  plugin: d6_url_alias
-  constants:
-    slash: '/'
-process:
-  source:
-    plugin: concat
-    source:
-      - constants/slash
-      - src
-  alias:
-    plugin: concat
-    source:
-      - constants/slash
-      - dst
-  langcode:
-    plugin: d6_url_alias_language
-    source: language
-  node_translation:
-    -
-      plugin: explode
-      source: src
-      delimiter: /
-    -
-      plugin: extract
-      index:
-        - 1
-    -
-      plugin: migration_lookup
-      migration: d6_node_translation
-destination:
-  plugin: url_alias