Updated to Drupal 8.5. Core Media not yet in use.
[yaffs-website] / web / core / modules / shortcut / migration_templates / d7_shortcut_set_users.yml
diff --git a/web/core/modules/shortcut/migration_templates/d7_shortcut_set_users.yml b/web/core/modules/shortcut/migration_templates/d7_shortcut_set_users.yml
deleted file mode 100644 (file)
index d0eb219..0000000
+++ /dev/null
@@ -1,25 +0,0 @@
-id: d7_shortcut_set_users
-label: Shortcut set user mapping
-migration_tags:
-  - Drupal 7
-source:
-  plugin: d7_shortcut_set_users
-process:
-  uid:
-    -
-      plugin: migration_lookup
-      migration: d7_user
-      source: uid
-    -
-      plugin: skip_on_empty
-      method: row
-  set_name:
-    plugin: migration_lookup
-    migration: d7_shortcut_set
-    source: set_name
-destination:
-  plugin: shortcut_set_users
-migration_dependencies:
-  required:
-    - d7_shortcut_set
-    - d7_user