Closed (fixed)
Project:
Drupal core
Version:
11.x-dev
Component:
plugin system
Priority:
Normal
Category:
Task
Assigned:
Unassigned
Issue tags:
Reporter:
Created:
9 Jan 2026 at 16:17 UTC
Updated:
6 Jun 2026 at 20:40 UTC
Jump to comment: Most recent
Comments
Comment #2
quietone commentedHi, in Drupal core changes are made on on 11.x (our main development branch) first, and are then back ported as needed according to the Core change policies. The version the problem was discovered should be stated in the issue summary Problem/Motivation section. Thanks.
Comment #6
aaronbaumanComment #7
smustgrave commentedThis seems fine because core PluginBase extends use Drupal\Component\Plugin\PluginBase so don't believe anything is lost or this would be disruptive for anyone.
Comment #10
amateescu commentedMakes sense to me as well.
Committed and pushed 0f17f619465 to main and 8717214c291 to 11.x. Thanks!