Problem/Motivation
As raised on #1938062-54: Convert the recent_comments block to a view it might be really useful to provide additional dropdown links
on the block overview page.
Some examples could be an edit link for a menu, and edit link for the view, the aggregator feed configuration etc.
Proposed resolution
Add a new method to all block plugin using deriver to add extra operation links.
For menu_ui and views_ui use hook_entity_operation().
Remaining tasks
Update patch, use the one in #183 or #196.Add testAdd before and after screen shots to the Issue SummaryAdd change record
Review
Commit
User interface changes
Before
After
API changes
Added new \Drupal\Core\Operations\OperationsProviderInterface
to add extra opertaion links.
Data model changes
None
Original report by @dawehner
As raised on #1938062-54: Convert the recent_comments block to a view it might be really useful to provide additional dropdown links
on the block overview page.
Some examples could be an edit link for a menu, and edit link for the view, the aggregator feed configuration etc.