- πΊπΈUnited States smustgrave
This issue is being reviewed by the kind folks in Slack, #needs-review-queue-initiative. We are working to keep the size of Needs Review queue [2700+ issues] to around 400 (1 month or less), following Review a patch or merge request β as a guide.
Think a simple unit test should be added.
But moving to NW for change record and release note. - π¦πΊAustralia mstrelan
Wondering if this should actually be implementing
PluginAwareInterface
which already has asetPlugin
method. Note that the interface takes aPluginInspectionInterface
but the implementation inAction
expects a string. But, FWIW,ActionConfigEntityInterface::getPlugin
returns anActionInterface
, which extends PluginInspectionInterface, so it seems that would be a nice refactor.