Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
D
diff
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
diff
Merge requests
!21
Issue
#3296959
: Drupal 10 compatibility
Code
Review changes
Check out branch
Download
Patches
Plain diff
Closed
Issue
#3296959
: Drupal 10 compatibility
issue/diff-3296959:3296959-automated-drupal-10
into
8.x-1.x
Overview
13
Commits
10
Pipelines
0
Changes
8
Closed
Balint Pekker
requested to merge
issue/diff-3296959:3296959-automated-drupal-10
into
8.x-1.x
2 years ago
Overview
13
Commits
10
Pipelines
0
Changes
8
Expand
Closes
#3296959
0
0
Merge request reports
Compare
8.x-1.x
version 9
7cfe1935
2 years ago
version 8
9cd73cef
2 years ago
version 7
f44e94f6
2 years ago
version 6
6bcd0212
2 years ago
version 5
624ab6c1
2 years ago
version 4
c19c56e3
2 years ago
version 3
6ef4a764
2 years ago
version 2
8e842be4
2 years ago
version 1
71384505
2 years ago
8.x-1.x (base)
and
version 1
latest version
7534d2ba
10 commits,
2 years ago
version 9
7cfe1935
9 commits,
2 years ago
version 8
9cd73cef
8 commits,
2 years ago
version 7
f44e94f6
7 commits,
2 years ago
version 6
6bcd0212
6 commits,
2 years ago
version 5
624ab6c1
5 commits,
2 years ago
version 4
c19c56e3
4 commits,
2 years ago
version 3
6ef4a764
3 commits,
2 years ago
version 2
8e842be4
2 commits,
2 years ago
version 1
71384505
1 commit,
2 years ago
8 files
+
9
−
8
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
8
Search (e.g. *.vue) (Ctrl+P)
src/Plugin/diff/Field/CoreFieldBuilder.php
+
0
−
2
Options
@@ -40,8 +40,6 @@ class CoreFieldBuilder extends FieldDiffBuilderBase {
* The plugin_id for the plugin instance.
* @param mixed $plugin_definition
* The plugin implementation definition.
* @param \Drupal\Core\Config\ConfigFactoryInterface $config
* The configuration factory object.
* @param \Drupal\Core\Entity\EntityTypeManagerInterface $entity_type_manager
* The entity type manager.
* @param \Drupal\diff\DiffEntityParser $entity_parser
Loading