From f3b477f00698464b98cb256d7a65b0423774cfe2 Mon Sep 17 00:00:00 2001 From: Chris McCafferty Date: Wed, 24 May 2017 10:45:56 -0400 Subject: [PATCH] Issue #2873738 by sorabh.v6, vrwired, edwdeapri, heddn: Add Change record to @deprecated for LinkUri --- .../menu_link_content/src/Plugin/migrate/process/d6/LinkUri.php | 2 ++ .../src/Plugin/migrate/process/d7/InternalUri.php | 2 ++ 2 files changed, 4 insertions(+) diff --git a/core/modules/menu_link_content/src/Plugin/migrate/process/d6/LinkUri.php b/core/modules/menu_link_content/src/Plugin/migrate/process/d6/LinkUri.php index 46b53a04e69c..0a4c918387fb 100644 --- a/core/modules/menu_link_content/src/Plugin/migrate/process/d6/LinkUri.php +++ b/core/modules/menu_link_content/src/Plugin/migrate/process/d6/LinkUri.php @@ -9,5 +9,7 @@ use \Drupal\menu_link_content\Plugin\migrate\process\LinkUri as RealLinkUri; * * @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 LinkUri extends RealLinkUri {} diff --git a/core/modules/menu_link_content/src/Plugin/migrate/process/d7/InternalUri.php b/core/modules/menu_link_content/src/Plugin/migrate/process/d7/InternalUri.php index fc636758b135..2cb8aaf21edf 100644 --- a/core/modules/menu_link_content/src/Plugin/migrate/process/d7/InternalUri.php +++ b/core/modules/menu_link_content/src/Plugin/migrate/process/d7/InternalUri.php @@ -9,5 +9,7 @@ use Drupal\menu_link_content\Plugin\migrate\process\LinkUri; * * @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 {}