Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
D
drupal
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
drupal
Merge requests
!690
Issue
#3124762
: Add 'lifecycle' key to .info.yml files
Code
Review changes
Check out branch
Download
Patches
Plain diff
Closed
Issue
#3124762
: Add 'lifecycle' key to .info.yml files
issue/drupal-3124762:3124762-add-lifecycle-key
into
9.3.x
Overview
30
Commits
16
Pipelines
0
Changes
32
Closed
spokje
requested to merge
issue/drupal-3124762:3124762-add-lifecycle-key
into
9.3.x
4 years ago
Overview
30
Commits
16
Pipelines
0
Changes
32
Expand
0
0
Merge request reports
Compare
9.3.x
version 13
71f2e4d1
3 years ago
version 12
9ec3ab3a
3 years ago
version 11
89aa3661
3 years ago
version 10
ffba9420
3 years ago
version 9
71b7cef2
4 years ago
version 8
0ec80cc3
4 years ago
version 7
0f920cbd
4 years ago
version 6
6286791c
4 years ago
version 5
cc0bd4ef
4 years ago
version 4
a89616d3
4 years ago
version 3
555b312f
4 years ago
version 2
9bca0e41
4 years ago
version 1
f1ef4c3f
4 years ago
9.3.x (base)
and
latest version
latest version
7cf82632
16 commits,
3 years ago
version 13
71f2e4d1
15 commits,
3 years ago
version 12
9ec3ab3a
14 commits,
3 years ago
version 11
89aa3661
13 commits,
3 years ago
version 10
ffba9420
12 commits,
3 years ago
version 9
71b7cef2
11 commits,
4 years ago
version 8
0ec80cc3
10 commits,
4 years ago
version 7
0f920cbd
9 commits,
4 years ago
version 6
6286791c
8 commits,
4 years ago
version 5
cc0bd4ef
7 commits,
4 years ago
version 4
a89616d3
6 commits,
4 years ago
version 3
555b312f
5 commits,
4 years ago
version 2
9bca0e41
4 commits,
4 years ago
version 1
f1ef4c3f
3 commits,
4 years ago
32 files
+
255
−
21
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
32
Search (e.g. *.vue) (Ctrl+P)
core/lib/Drupal/Core/Extension/Exception/ObsoleteExtensionException.php
0 → 100644
+
8
−
0
Options
<?php
namespace
Drupal\Core\Extension\Exception
;
/**
* Exception thrown when the extension is obsolete on install.
*/
class
ObsoleteExtensionException
extends
\Exception
{}
Loading