Change record status: 
Project: 
Introduced in branch: 
11.3.x
Introduced in version: 
11.3.0
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\DrupalSqlBase
  • Drupal\migrate_drupal\Plugin\migrate\EmptySource
  • Drupal\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