Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
A
automatic_updates
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
automatic_updates
Merge requests
!244
Issue
#3272061
: AU Extension: Create new ExtensionUpdater class and service
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Issue
#3272061
: AU Extension: Create new ExtensionUpdater class and service
issue/automatic_updates-3272061:3272061-au-extension-create
into
8.x-2.x
Overview
4
Commits
7
Pipelines
0
Changes
1
All threads resolved!
Hide all comments
Merged
Theresa Grannum
requested to merge
issue/automatic_updates-3272061:3272061-au-extension-create
into
8.x-2.x
3 years ago
Overview
4
Commits
7
Pipelines
0
Changes
1
All threads resolved!
Hide all comments
Expand
0
0
Merge request reports
Viewing commit
15ef0376
Show latest version
1 file
+
4
−
1
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
15ef0376
new comment for ExtensionUpdater class
· 15ef0376
Theresa Grannum
authored
3 years ago
automatic_updates_extensions/src/ExtensionUpdater.php
+
4
−
1
Options
@@ -5,7 +5,10 @@ namespace Drupal\automatic_updates_extensions;
use
Drupal\package_manager
\Stage
;
/**
* An updater to update extensions and not core.
* Defines a service to perform updates to Automatic Updates Extension module.
*
* Currently, only updates to Drupal core are supported.
* This updater will provide updates to the automatic updates extension module.
*/
class
ExtensionUpdater
extends
Stage
{
}
Loading