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
!1093
Resolve
#3473410
"Remove constructor doc"
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Resolve
#3473410
"Remove constructor doc"
issue/automatic_updates-3473410:3473410-remove-constructor-doc
into
3.1.x
Overview
1
Commits
3
Pipelines
4
Changes
66
1 unresolved thread
Hide all comments
Merged
Adam G-H
requested to merge
issue/automatic_updates-3473410:3473410-remove-constructor-doc
into
3.1.x
8 months ago
Overview
1
Commits
3
Pipelines
4
Changes
66
1 unresolved thread
Hide all comments
Expand
Closes
#3473410
0
0
Merge request reports
Compare
3.1.x
version 2
370bb4d3
8 months ago
version 1
45fc0c33
8 months ago
3.1.x (base)
and
latest version
latest version
395bd134
3 commits,
8 months ago
version 2
370bb4d3
3 commits,
8 months ago
version 1
45fc0c33
2 commits,
8 months ago
66 files
+
5
−
725
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
66
Search (e.g. *.vue) (Ctrl+P)
automatic_updates_extensions/src/Form/UpdateReady.php
+
0
−
20
Options
@@ -35,26 +35,6 @@ use Symfony\Component\EventDispatcher\EventDispatcherInterface;
*/
final
class
UpdateReady
extends
UpdateFormBase
{
/**
* Constructs a new UpdateReady object.
*
* @param \Drupal\automatic_updates_extensions\ExtensionUpdateStage $stage
* The update stage service.
* @param \Drupal\Core\Messenger\MessengerInterface $messenger
* The messenger service.
* @param \Drupal\Core\State\StateInterface $state
* The state service.
* @param \Drupal\Core\Extension\ModuleExtensionList $moduleList
* The module list service.
* @param \Drupal\Core\Render\RendererInterface $renderer
* The renderer service.
* @param \Symfony\Component\EventDispatcher\EventDispatcherInterface $eventDispatcher
* Event dispatcher service.
* @param \Drupal\package_manager\ComposerInspector $composerInspector
* The Composer inspector service.
* @param \Drupal\package_manager\PathLocator $pathLocator
* The path locator service.
*/
public
function
__construct
(
private
readonly
ExtensionUpdateStage
$stage
,
MessengerInterface
$messenger
,
Loading