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
GitLab community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
project
drupal
Merge requests
!662
Issue
#3213638
: Migration plugin false description
Code
Review changes
Check out branch
Open in Workspace
Download
Patches
Plain diff
Expand sidebar
Merged
Issue
#3213638
: Migration plugin false description
issue/drupal-3213638:3213638-migration-plugin-false
into
9.3.x
Overview
0
Commits
1
Pipelines
0
Changes
1
Merged
Issue #3213638: Migration plugin false description
Fent Jani
requested to merge
issue/drupal-3213638:3213638-migration-plugin-false
into
9.3.x
May 12, 2021
Overview
0
Commits
1
Pipelines
0
Changes
1
0
0
Merge request reports
Compare
9.3.x
version 1
e8c34e99
May 12, 2021
9.3.x (base)
and
latest version
latest version
7280404a
1 commit,
May 13, 2021
version 1
e8c34e99
1 commit,
May 12, 2021
1 file
+
1
−
1
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
core/modules/migrate/src/Plugin/Migration.php
+
1
−
1
View file @ 7280404a
Edit in single-file editor
Open in Web IDE
Show full file
@@ -14,7 +14,7 @@
/**
* Defines the Migration plugin.
*
* The migration
process
plugin represents one single migration and acts like a
* The migration plugin represents one single migration and acts like a
* container for the information about a single migration such as the source,
* process and destination plugins.
*/
Loading