Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
conditional_fields
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
conditional_fields
Commits
1a59d230
Unverified
Commit
1a59d230
authored
1 year ago
by
Mauricio Navarro
Committed by
Lucas Hedding
1 year ago
Browse files
Options
Downloads
Patches
Plain Diff
Issue
#3345459
by maunm, heddn: Fix PHP 8.2 deprecation issue with DependencyHelper-class
parent
ca589e2a
Branches
Branches containing commit
Tags
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
src/DependencyHelper.php
+7
-0
7 additions, 0 deletions
src/DependencyHelper.php
with
7 additions
and
0 deletions
src/DependencyHelper.php
+
7
−
0
View file @
1a59d230
...
...
@@ -84,6 +84,13 @@ class DependencyHelper {
*/
protected
$inheriting_fields
;
/**
* The module handler service.
*
* @var \Drupal\Core\Extension\ModuleHandlerInterface
*/
protected
$module_handler
;
/**
* Constructor method.
*
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment