2cb8aaf21edfe4c3bc697141c325ab7495f6c8b0
[yaffs-website] / web / core / modules / menu_link_content / src / Plugin / migrate / process / d7 / InternalUri.php
1 <?php
2
3 namespace Drupal\menu_link_content\Plugin\migrate\process\d7;
4
5 use Drupal\menu_link_content\Plugin\migrate\process\LinkUri;
6
7 /**
8  * Processes an internal uri 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 InternalUri extends LinkUri {}