Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
field_group
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_group
Merge requests
!74
Fix phpcs errors
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Fix phpcs errors
issue/field_group-3472836:3472836-fix-drupal-11-deprecations
into
4.x
Overview
0
Commits
11
Pipelines
12
Changes
11
Merged
Julian Pustkuchen
requested to merge
issue/field_group-3472836:3472836-fix-drupal-11-deprecations
into
4.x
8 months ago
Overview
0
Commits
11
Pipelines
12
Changes
11
Expand
Closes
#3472836
0
0
Merge request reports
Compare
4.x
version 10
2969b586
8 months ago
version 9
6800d7fa
8 months ago
version 8
16a13cb9
8 months ago
version 7
079e1efd
8 months ago
version 6
b4b4f7fa
8 months ago
version 5
65416ad8
8 months ago
version 4
4ebe1321
8 months ago
version 3
0c1511a0
8 months ago
version 2
e7cb37d3
8 months ago
version 1
cdf0d1d6
8 months ago
4.x (base)
and
latest version
latest version
9743effe
11 commits,
8 months ago
version 10
2969b586
10 commits,
8 months ago
version 9
6800d7fa
9 commits,
8 months ago
version 8
16a13cb9
8 commits,
8 months ago
version 7
079e1efd
7 commits,
8 months ago
version 6
b4b4f7fa
6 commits,
8 months ago
version 5
65416ad8
5 commits,
8 months ago
version 4
4ebe1321
4 commits,
8 months ago
version 3
0c1511a0
3 commits,
8 months ago
version 2
e7cb37d3
2 commits,
8 months ago
version 1
cdf0d1d6
1 commit,
8 months ago
11 files
+
72
−
64
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
11
Search (e.g. *.vue) (Ctrl+P)
contrib/field_group_migrate/field_group_migrate.info.yml
+
1
−
1
Options
@@ -2,6 +2,6 @@ name: 'Field Group Migrate'
type
:
module
description
:
'
Provides
the
ability
to
migrate
field
groups
from
D6/D7
to
D8.'
package
:
Migration
core_version_requirement
:
^
9.2 || ^
10 || ^11
core_version_requirement
:
^10
.3
|| ^11
dependencies
:
-
field_group:field_group
Loading