Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
H
hal
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
hal
Commits
00218c86
Commit
00218c86
authored
2 years ago
by
spokje
Committed by
Lee Rowlands
2 years ago
Browse files
Options
Downloads
Patches
Plain Diff
Issue
#3312340
by Spokje, catch, fathima.asmat: 1.x branch removes...
Issue
#3312340
by Spokje, catch, fathima.asmat: 1.x branch removes hal_post_update_delete_settings()
parent
8fa658d4
Branches
1.x
Tags
1.0.3
1 merge request
!1
Issue #3312340: 1.x branch removes hal_post_update_delete_settings()
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
hal.post_update.php
+6
-5
6 additions, 5 deletions
hal.post_update.php
with
6 additions
and
5 deletions
hal.post_update.php
+
6
−
5
View file @
00218c86
...
...
@@ -6,10 +6,11 @@
*/
/**
*
Implements hook_removed_post_updates()
.
*
Remove obsolete hal.settings configuration key
.
*/
function
hal_removed_post_updates
()
{
return
[
'hal_post_update_delete_settings'
=>
'10.0.0'
,
];
function
hal_post_update_delete_settings
()
{
\Drupal
::
configFactory
()
->
getEditable
(
'hal.settings'
)
->
clear
(
'bc_file_uri_as_url_normalizer'
)
->
save
();
}
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