By quietone on
Change record status:
Published (View all published change records)
Project:
Introduced in branch:
11.3.x
Introduced in version:
11.3.0
Issue links:
Description:
Since the entire Drupal Migrate module will be removed in Drupal 12.0, many things need to be deprecated in preparation. The following classes/traits are deprecated for later removal.
Drupal\migrate_drupal\Plugin\migrate\DrupalSqlBaseDrupal\migrate_drupal\Plugin\migrate\EmptySourceDrupal\migrate_drupal\Plugin\migrate\I18nQueryTrait
If you have migration classes that require these, either copy the contents of these classes into your code base or plan on upgrading to Drupal 11.
Impacts:
Site builders, administrators, editors
Module developers