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

8.4.x
Chris McCafferty 2017-05-24 10:45:56 -04:00
parent 852558772d
commit f3b477f006
2 changed files with 4 additions and 0 deletions

View File

@ -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 {}

View File

@ -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 {}