Skip to content
Snippets Groups Projects
Commit f3b477f0 authored by cilefen's avatar cilefen
Browse files

Issue #2873738 by sorabh.v6, vrwired, edwdeapri, heddn: Add Change record to...

Issue #2873738 by sorabh.v6, vrwired, edwdeapri, heddn: Add Change record to @deprecated for LinkUri
parent 85255877
No related branches found
No related tags found
No related merge requests found
......@@ -9,5 +9,7 @@
*
* @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 {}
......@@ -9,5 +9,7 @@
*
* @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 {}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment