By quietone on
Change record status:
Published (View all published change records)
Project:
Introduced in branch:
8.7.x
Issue links:
Description:
Summary
The variable_translation source plugin for Drupal 6 source has been deprecated and is replaced by d6_variable_translation.
The class Drupal\migrate_drupal\Plugin\migrate\source\d6\VariableTranslation now has the new source plugin id, d6_variable_translation. The annotation for the now deprecated variable_translation source plugin is moved to a deprecated class D6VariableTranslation.
After this change there will be separate source plugins for Drupal6 and Drupal 7 variable translations, d6_variable_translation and d7_variable_translation.
When migrating Drupal 6 variable translation you must now use the source plugins d6_variable_translation.
Before
source:
plugin: variable_translationAfter
source:
plugin: d6_variable_translationImpacts:
Module developers