Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
jsonapi_extras
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
jsonapi_extras
Merge requests
!56
Update jsonapi_extras.install
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Update jsonapi_extras.install
issue/jsonapi_extras-3459126:3459126-latest-update-hook
into
8.x-3.x
Overview
0
Commits
1
Pipelines
2
Changes
1
Merged
Björn Brala
requested to merge
issue/jsonapi_extras-3459126:3459126-latest-update-hook
into
8.x-3.x
9 months ago
Overview
0
Commits
1
Pipelines
2
Changes
1
Expand
Closes
#3459126
0
0
Merge request reports
Compare
8.x-3.x
version 1
fea19bca
9 months ago
8.x-3.x (base)
and
latest version
latest version
fea19bca
1 commit,
9 months ago
version 1
fea19bca
1 commit,
9 months ago
1 file
+
1
−
1
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
jsonapi_extras.install
+
1
−
1
Options
@@ -10,7 +10,7 @@ declare(strict_types=1);
use
Drupal\Core\Config\ConfigFactoryInterface
;
/**
*
Implements hook_update_N()
.
*
Set config validation setting to false for existing install
.
*/
function
jsonapi_extras_update_9001
()
{
$config_factory
=
\Drupal
::
service
(
'config.factory'
);
Loading