- Issue created by @koosvdkolk
- Status changed to Postponed: needs info
3 months ago 2:23pm 18 December 2024 - 🇩🇪Germany simonbaese Berlin
Can you use the batch implementation in
RipBatch
? I think, that would be more suitable than introducing a static method. - 🇳🇱Netherlands koosvdkolk
Thanks for reaching out!
Can the batch implementation be called from hook_update? For us this is the key part: we want to remove permissions in hook_update.
P.S. We currently just use the OP code and call that, so for us it is not really an issue if you decide to leave RIP as it is.
- 🇩🇪Germany simonbaese Berlin
Can you please try
\Drupal::service('rip.manager')->start();
in your implementation?