Issue #2873738 by sorabh.v6, vrwired, edwdeapri, heddn: Add Change record to @deprecated for LinkUri
parent
852558772d
commit
f3b477f006
|
@ -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
|
* @deprecated in Drupal 8.2.0, will be removed before Drupal 9.0.0. Use
|
||||||
* \Drupal\menu_link_content\Plugin\migrate\process\LinkUri instead.
|
* \Drupal\menu_link_content\Plugin\migrate\process\LinkUri instead.
|
||||||
|
*
|
||||||
|
* @see https://www.drupal.org/node/2761389
|
||||||
*/
|
*/
|
||||||
class LinkUri extends RealLinkUri {}
|
class LinkUri extends RealLinkUri {}
|
||||||
|
|
|
@ -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
|
* @deprecated in Drupal 8.2.0, will be removed before Drupal 9.0.0. Use
|
||||||
* \Drupal\menu_link_content\Plugin\migrate\process\LinkUri instead.
|
* \Drupal\menu_link_content\Plugin\migrate\process\LinkUri instead.
|
||||||
|
*
|
||||||
|
* @see https://www.drupal.org/node/2761389
|
||||||
*/
|
*/
|
||||||
class InternalUri extends LinkUri {}
|
class InternalUri extends LinkUri {}
|
||||||
|
|
Loading…
Reference in New Issue