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