Problem/Motivation

LinkField is deprecated in Drupal 8.3.x and will be be removed before Drupal 9.0.x.

Proposed resolution

Use \Drupal\link\Plugin\migrate\field\d7\LinkField instead.

Remaining tasks

User interface changes

API changes

Data model changes

Support from Acquia helps fund testing for Drupal Acquia logo

Comments

jmikii created an issue. See original summary.

jmikii’s picture

Assigned: jmikii » Unassigned
Status: Active » Needs review
FileSize
1.49 KB

Removed the text message.

amateescu’s picture

Title: Fix "LinkField is deprecated in Drupal 8.3.x and will be be removed before Drupal 9.0.x. Use \Drupal\link\Plugin\migrate\field\d7\LinkField instead." deprecationa message » Fix "LinkField is deprecated in Drupal 8.3.x and will be be removed before Drupal 9.0.x. Use \Drupal\link\Plugin\migrate\field\d7\LinkField instead." deprecation message
Status: Needs review » Reviewed & tested by the community

Nice, we're able to simply remove the deprecation message, which means that all core code was already converted to the new API.

alexpott’s picture

Status: Reviewed & tested by the community » Fixed

Committed and pushed 4f1e4f781c to 8.6.x and b363e16c32 to 8.5.x. Thanks!

Backported to 8.5.x as this is a test only change.

  • alexpott committed 4f1e4f7 on 8.6.x
    Issue #2969807 by jmikii: Fix "LinkField is deprecated in Drupal 8.3.x...

  • alexpott committed b363e16 on 8.5.x
    Issue #2969807 by jmikii: Fix "LinkField is deprecated in Drupal 8.3.x...
amateescu’s picture

Issue tags: -DCTransylvania2018

Cleaning up tags.

Status: Fixed » Closed (fixed)

Automatically closed - issue fixed for 2 weeks with no activity.