0a4c918387fbc0823f53a79526c7d627c4183977
[yaffs-website] / web / core / modules / menu_link_content / src / Plugin / migrate / process / d6 / LinkUri.php
1 <?php
2
3 namespace Drupal\menu_link_content\Plugin\migrate\process\d6;
4
5 use \Drupal\menu_link_content\Plugin\migrate\process\LinkUri as RealLinkUri;
6
7 /**
8  * Processes a link path into an 'internal:' or 'entity:' URI.
9  *
10  * @deprecated in Drupal 8.2.0, will be removed before Drupal 9.0.0. Use
11  * \Drupal\menu_link_content\Plugin\migrate\process\LinkUri instead.
12  *
13  * @see https://www.drupal.org/node/2761389
14  */
15 class LinkUri extends RealLinkUri {}