Needs work
Project:
Drupal core
Version:
main
Component:
plugin system
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Issue tags:
Reporter:
Created:
25 May 2021 at 15:48 UTC
Updated:
4 Feb 2023 at 22:06 UTC
Jump to comment: Most recent
Comments
Comment #3
tim.plunkettPosted preliminary MR.
Comment #4
wim leers👏
Comment #5
tim.plunkett7 out of 44 core plugin managers currently have core implementations with dots in their IDs. They are also definitely not ones you would store in config:
TypedData
Local Actions
Local Tasks
Contextual Links
ConfigMapper (config_translation)
Help Topics
Breakpoints
I was surprised at that last one since they literally are stored in config, but breakpoints don't use plugin collections like other more modern modules, so they only store the plugin IDs as values, never keys.
This is ready for a preliminary review, but still needs the STR and tests.
Comment #9
smustgrave commentedCan you update the MR for 10.1 please
Also there is a @todo in the IS you can fill that in.
Thanks!
Comment #10
tim.plunkettUpdated branch.