By heddn on
Change record status:
Published (View all published change records)
Project:
Introduced in branch:
8.5.x
Introduced in version:
8.5.0
Issue links:
Description:
To fix a bug with plugin discovery, the image field and cckfield plugins (used by the migration system) were moved into Image module.
Plugins
- Any classes extending \Drupal\field\Plugin\migrate\cckfield\d7\ImageField should extend \Drupal\image\Plugin\migrate\field\d7\ImageField.
- Any classes extending \Drupal\image\Plugin\migrate\field\d6\ImageField should extend \Drupal\image\Plugin\migrate\field\d6\ImageField.
- Any classes extending \Drupal\field\Plugin\migrate\field\d7\ImageField should extend \Drupal\image\Plugin\migrate\field\d7\ImageField.
Impacts:
Module developers