Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
F
field_inheritance
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
field_inheritance
Merge requests
!12
Drupal 11 compatibility.
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Drupal 11 compatibility.
issue/field_inheritance-3480537:3480537-drupal-11-compatibility
into
3.x
Overview
0
Commits
2
Pipelines
5
Changes
2
Merged
Pieter Frenssen
requested to merge
issue/field_inheritance-3480537:3480537-drupal-11-compatibility
into
3.x
7 months ago
Overview
0
Commits
2
Pipelines
5
Changes
2
Expand
Closes
#3480537
0
0
Merge request reports
Compare
3.x
version 3
803fb2c5
1 day ago
version 2
ab98b7e8
1 day ago
version 1
ab98b7e8
7 months ago
3.x (base)
and
latest version
latest version
f8093a5b
2 commits,
1 day ago
version 3
803fb2c5
2 commits,
1 day ago
version 2
ab98b7e8
1 commit,
1 day ago
version 1
ab98b7e8
1 commit,
7 months ago
2 files
+
4
−
4
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
2
Search (e.g. *.vue) (Ctrl+P)
src/Form/FieldInheritanceAjaxForm.php
+
3
−
3
Options
@@ -10,10 +10,10 @@ use Drupal\Core\Entity\EntityTypeManager;
use
Drupal\Core\Entity\EntityTypeBundleInfo
;
use
Drupal\field_inheritance
\FieldInheritancePluginManager
;
use
Drupal\Core\Ajax\AjaxResponse
;
use
Drupal\Core\Ajax\HtmlCommand
;
use
Drupal\Core\Ajax\CloseModalDialogCommand
;
use
Drupal\Core\Ajax\AppendCommand
;
use
Drupal\views\Ajax\ScrollTopCommand
;
use
Drupal\Core\Ajax\CloseModalDialogCommand
;
use
Drupal\Core\Ajax\HtmlCommand
;
use
Drupal\Core\Ajax\ScrollTopCommand
;
use
Drupal\Core\Entity\EntityFormBuilder
;
use
Drupal\Core\Render\Renderer
;
Loading