Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
D
drupal
Manage
Activity
Members
Labels
Plan
Wiki
Custom issue tracker
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Model registry
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
project
drupal
Merge requests
!1651
Issue
#3258581
: Move content_translation I18nQueryTrait to migrate module
Code
Review changes
Check out branch
Download
Patches
Plain diff
Open
Issue
#3258581
: Move content_translation I18nQueryTrait to migrate module
issue/drupal-3258581:3258581-move-contenttranslation-i18nquerytrait
into
9.4.x
Overview
0
Commits
6
Pipelines
0
Changes
5
Open
Richard Papp
requested to merge
issue/drupal-3258581:3258581-move-contenttranslation-i18nquerytrait
into
9.4.x
3 years ago
Overview
0
Commits
6
Pipelines
0
Changes
5
Expand
0
0
Merge request reports
Compare
9.4.x
9.4.x (HEAD)
and
latest version
latest version
a225c0ec
6 commits,
3 years ago
5 files
+
5
−
5
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
5
Search (e.g. *.vue) (Ctrl+P)
core/modules/block_content/src/Plugin/migrate/source/d7/BlockCustomTranslation.php
+
1
−
1
Options
@@ -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