Skip to content
Snippets Groups Projects

Issue #3258581: Move content_translation I18nQueryTrait to migrate module

5 files
+ 5
5
Compare changes
  • Side-by-side
  • Inline
Files
5
@@ -4,7 +4,7 @@
use Drupal\migrate\Row;
use Drupal\migrate_drupal\Plugin\migrate\source\DrupalSqlBase;
use Drupal\content_translation\Plugin\migrate\source\I18nQueryTrait;
use Drupal\migrate\Plugin\migrate\source\I18nQueryTrait;
/**
* Drupal 7 i18n custom block translations source from database.
Loading