Active
Project:
Drupal core
Version:
main
Component:
extension system
Priority:
Normal
Category:
Task
Assigned:
Unassigned
Reporter:
Created:
26 Feb 2026 at 06:31 UTC
Updated:
4 Mar 2026 at 04:12 UTC
Jump to comment: Most recent
\Drupal\Core\Extension\ExtensionLifecycle is just a bunch of string-backed constants, and a static method to check if an arbitrary string matches one of these constant values. This sounds a lot like an enum.
Haven't really thought this through, maybe it's not a good idea. So figure out if it's worthwhile.
Start within a Git clone of the project using the version control instructions.
Or, if you do not have SSH keys set up on git.drupalcode.org:
Comments
Comment #2
nicxvan commentedYes I was thinking the same thing when I was fixing the new admin theme missing experimental status.