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
!11081
Resolve
#3258581
"With kernel test"
Code
Review changes
Check out branch
Download
Patches
Plain diff
Closed
Resolve
#3258581
"With kernel test"
issue/drupal-3258581:3258581-with-kernel-test
into
11.x
Overview
9
Commits
22
Pipelines
4
Changes
7
Closed
godotislate
requested to merge
issue/drupal-3258581:3258581-with-kernel-test
into
11.x
4 months ago
Overview
9
Commits
22
Pipelines
4
Changes
7
Expand
Closes
#3258581
0
0
Merge request reports
Compare
11.x
version 3
10622810
4 months ago
version 2
a29bb74a
4 months ago
version 1
5a9ef92c
4 months ago
11.x (base)
and
latest version
latest version
95bd192e
22 commits,
4 months ago
version 3
10622810
21 commits,
4 months ago
version 2
a29bb74a
20 commits,
4 months ago
version 1
5a9ef92c
17 commits,
4 months ago
7 files
+
190
−
6
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
7
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_drupal
\Plugin\migrate\source\I18nQueryTrait
;
/**
* Drupal 7 i18n content block translations source from database.
Loading