- Issue created by @codebymikey
- Merge request !65Issue #3452721: Provide the ability to use all available entity operations on the Migration list builder → (Open) created by codebymikey
- Status changed to Needs review
11 months ago 3:05pm 11 June 2024
It's currently not possible for sites to provide custom operations to use on the migrations listing page.
We should use implement the default \Drupal\Core\Entity\EntityListBuilder::buildOperations()
method call which leverages Drupal's entity_operation
hook.
Provide a custom entity operation for a migration using the entity_operation
hook.
It'll not be picked up and shown on the UI.
Implement \Drupal\Core\Entity\EntityListBuilder::buildOperations()
method.
Issue fork/patch.
New migration specific operations declared via entity_operation
will be picked up and added as operaitons.
N/A
N/A
Needs review
6.0
Code