- π³πΏNew Zealand quietone
Yes it was removed without replacement in #2647124: Remove unused OperationsProviderInterface β . According to that issue it was never used.
When building administrative UIs, one sometimes needs to provide operation links for plugins. There is currently no consistent or reusable way to achieve this. We have \Drupal\Core\Operations\OperationsProviderInterface
, but it is never used anywhere and ideally we would pass on the plugin name to the getter method, like we pass on entities when getting their operation links.
I was under the impression that π Provide helpful editing links on "admin/structure/block" for deriver blocks (menu, views, block content, etc.) Needs review would introduce this interface, but apparently it was already added somewhere else. That issue can use this, and I already have two contributed modules that will benefit from this improvement.
\Drupal\Core\Operations\OperationsProviderInterface
for plugins.DefaultPluginManager
.None.
None.
None.
Closed: outdated
11.0 π₯
Last updated
Not all content is available!
It's likely this issue predates Contrib.social: some issue and comment data are missing.
Yes it was removed without replacement in #2647124: Remove unused OperationsProviderInterface β . According to that issue it was never used.