Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
examples
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
examples
Merge requests
!63
Issue
#3458479
: Require at least Drupal 10.3 and remove any usage of deprecated classes, methods, constants, or functions
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Issue
#3458479
: Require at least Drupal 10.3 and remove any usage of deprecated classes, methods, constants, or functions
issue/examples-3458479:3458479-require-at-least-Drupal-10.3
into
4.0.x
Overview
0
Commits
5
Pipelines
6
Changes
40
Merged
Alberto Paderno
requested to merge
issue/examples-3458479:3458479-require-at-least-Drupal-10.3
into
4.0.x
9 months ago
Overview
0
Commits
5
Pipelines
6
Changes
40
Expand
Closes
#3458479
0
0
Merge request reports
Compare
4.0.x
version 4
b1f295c3
9 months ago
version 3
34b6c1ab
9 months ago
version 2
1416a031
9 months ago
version 1
18f3d3ad
9 months ago
4.0.x (base)
and
latest version
latest version
e19d8cf3
5 commits,
9 months ago
version 4
b1f295c3
4 commits,
9 months ago
version 3
34b6c1ab
3 commits,
9 months ago
version 2
1416a031
2 commits,
9 months ago
version 1
18f3d3ad
1 commit,
9 months ago
40 files
+
81
−
59
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
40
Search (e.g. *.vue) (Ctrl+P)
modules/action_example/action_example.info.yml
+
1
−
1
Options
@@ -2,7 +2,7 @@ name: 'Action example'
type
:
module
description
:
'
Demonstrates
providing
actions
that
can
be
associated
to
triggers.'
package
:
Example modules
core_version_requirement
:
^
9.4 || ^
10
core_version_requirement
:
^10
.3
dependencies
:
-
drupal:action
-
examples:examples
Loading