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
!162
Issue
#3257849
: Various core quality updates
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Issue
#3257849
: Various core quality updates
issue/automatic_updates-3257849:3257849-core-quality
into
8.x-2.x
Overview
0
Commits
13
Pipelines
0
Changes
8
Merged
Ted Bowman
requested to merge
issue/automatic_updates-3257849:3257849-core-quality
into
8.x-2.x
3 years ago
Overview
0
Commits
13
Pipelines
0
Changes
4
Expand
0
0
Merge request reports
Compare
version 1
version 5
54aa9152
3 years ago
version 4
060825f2
3 years ago
version 3
5b941132
3 years ago
version 2
5cb1bef7
3 years ago
version 1
b24bd9d0
3 years ago
8.x-2.x (base)
and
version 2
latest version
54aa9152
13 commits,
3 years ago
version 5
54aa9152
13 commits,
3 years ago
version 4
060825f2
13 commits,
3 years ago
version 3
5b941132
10 commits,
3 years ago
version 2
5cb1bef7
3 commits,
3 years ago
version 1
b24bd9d0
1 commit,
3 years ago
Show latest version
4 files
+
17
−
3
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
4
Search (e.g. *.vue) (Ctrl+P)
Conflict: This file was modified in both the source and target branches. Ask someone with write access to resolve it.
package_manager/src/Event/PostDestroyEvent.php
+
5
−
0
Options
@@ -4,6 +4,11 @@ namespace Drupal\package_manager\Event;
/**
* Event fired after the staging area is destroyed.
*
* If the stage is being force destroyed ::getStage() may return an instance of
* Stage that is different from the instance that created the stage.
*
* @see \Drupal\package_manager\Stage::destroy()
*/
class
PostDestroyEvent
extends
StageEvent
{
}
Loading