Closed (won't fix)
Project:
Drupal core
Version:
11.x-dev
Component:
extension system
Priority:
Normal
Category:
Task
Assigned:
Unassigned
Reporter:
Created:
15 Oct 2012 at 12:11 UTC
Updated:
17 Sep 2025 at 03:24 UTC
Jump to comment: Most recent
Comments
Comment #1
Crell commentedThis should be part of #1331486: Move module_invoke_*() and friends to an Extensions class. New metadata about an extension. We don't need another one-off function for it.
postponing on that issue, then we can add this as a utility method.
Comment #2
panchoUn-postponing because #1331486: Move module_invoke_*() and friends to an Extensions class turned out to become a mere ModuleHandler, not an ExtensionHandler class.
We might want to revisit the one-off procedural approach for now, or postpone on another issue.
In any case the references need to be fixed pointing to this issue not another one, see: #2019907: Fix referring to the wrong issue in breakpoint.module.
Comment #3
dawehnerRelated to #2208429: Extension System, Part III: ExtensionList, ModuleExtensionList and ProfileExtensionList
Comment #17
nicxvan commentedComment #18
nicxvan commentedDo we still want this? For example breakpoint had a single check at this point.
If we have the extension object then there is a type.
Comment #19
nicxvan commentedI'm going to close this as I don't think we really have a good place for this that wouldn't already have the type info.
If we think this is worth doing feel free to reopen!
I did add credit here for the effort over the years.