- πΊπΈUnited States jnicola
Man would this be useful right about now... i'd even accept something at returns an array of plugins as I could reliably just grab the first!
The entitygroupfield β module (formerly "gcontent_field" from #2813405: Add a field to view and edit content's groups β ) needs to be able to find the right group content enabler plugin IDs for a given entity type + bundle.
Since this seems like something potentially useful to other Group-related modules, let's add it to Group core instead of doing our own thing in entitygroupfield.
Add a getPluginIdsByEntityType()
method to the src/Plugin/GroupContentEnablerManagerInterface.php
and the src/Plugin/GroupContentEnablerManager.php
service ('plugin.manager.group_content_enabler
').
N/A
Adds a new getPluginIdsByEntityType()
method to the src/Plugin/GroupContentEnablerManagerInterface.php
and the src/Plugin/GroupContentEnablerManager.php
service ('plugin.manager.group_content_enabler
').
N/A
TBD, probably not.
Needs review
1.0
Code
Not all content is available!
It's likely this issue predates Contrib.social: some issue and comment data are missing.
Man would this be useful right about now... i'd even accept something at returns an array of plugins as I could reliably just grab the first!