By heddn on
Change record status:
Published (View all published change records)
Project:
Introduced in branch:
8.3.x
Introduced in version:
8.3.2
Issue links:
Description:
To better align the migration_lookup process plugin with that it is, it is renamed from 'migration' => 'migration_lookup'. The former process plugin 'migration' is now deprecated and will be removed before 9.x.
There is a backwards compatibility layer so nothing is required to change. However, if you wish to use the new process plugin directly, you'll want to update your migration configuration.
Before:
# d7_contact_settings.yml
default_form:
plugin: migration
migration: contact_category
source: default_categoryAfter:
# d7_contact_settings.yml
default_form:
plugin: migration_lookup
migration: contact_category
source: default_categoryImpacts:
Site builders, administrators, editors