Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
C
config_patch
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
config_patch
Commits
4be9410d
Commit
4be9410d
authored
4 months ago
by
Andy Hebrank
Browse files
Options
Downloads
Patches
Plain Diff
Issue
#3428553
: Automated Drupal 11 compatibility fixes for config_patch
parent
78eaf314
Branches
Branches containing commit
Tags
Tags containing commit
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
config_patch.info.yml
+1
-1
1 addition, 1 deletion
config_patch.info.yml
src/EventSubscriber/ConfigSubscriber.php
+1
-1
1 addition, 1 deletion
src/EventSubscriber/ConfigSubscriber.php
with
2 additions
and
2 deletions
config_patch.info.yml
+
1
−
1
View file @
4be9410d
name
:
'
Config
Patch'
type
:
module
description
:
'
Create
patches
from
configuration
diffs'
core_version_requirement
:
^
9
|| ^1
0
core_version_requirement
:
^
10
|| ^1
1
package
:
'
Config'
configure
:
config_patch.settings
This diff is collapsed.
Click to expand it.
src/EventSubscriber/ConfigSubscriber.php
+
1
−
1
View file @
4be9410d
...
...
@@ -41,7 +41,7 @@ class ConfigSubscriber implements EventSubscriberInterface {
/**
* {@inheritdoc}
*/
public
static
function
getSubscribedEvents
()
{
public
static
function
getSubscribedEvents
()
:
array
{
return
[
ConfigEvents
::
DELETE
=>
'onConfigChange'
,
ConfigEvents
::
SAVE
=>
'onConfigChange'
,
...
...
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