Version 1
[yaffs-website] / web / core / modules / menu_link_content / src / Plugin / migrate / process / d7 / InternalUri.php
diff --git a/web/core/modules/menu_link_content/src/Plugin/migrate/process/d7/InternalUri.php b/web/core/modules/menu_link_content/src/Plugin/migrate/process/d7/InternalUri.php
new file mode 100644 (file)
index 0000000..2cb8aaf
--- /dev/null
@@ -0,0 +1,15 @@
+<?php
+
+namespace Drupal\menu_link_content\Plugin\migrate\process\d7;
+
+use Drupal\menu_link_content\Plugin\migrate\process\LinkUri;
+
+/**
+ * Processes an internal uri into an 'internal:' or 'entity:' URI.
+ *
+ * @deprecated in Drupal 8.2.0, will be removed before Drupal 9.0.0. Use
+ * \Drupal\menu_link_content\Plugin\migrate\process\LinkUri instead.
+ *
+ * @see https://www.drupal.org/node/2761389
+ */
+class InternalUri extends LinkUri {}