- Issue created by @bozin-miovski
- Status changed to RTBC
almost 2 years ago 8:08am 6 February 2023
When running through cron:
Error: Call to undefined function Drupal\queue_throttle\dt() in Drupal\queue_throttle\QueueThrottleService->runQueue() (line 114 of modules/contrib/queue_throttle/src/QueueThrottleService.php).
Drupal 9.4.3
Php 8.0.19
Install queue_throttle module
Enable module
Set up configuration
Add hook cron
$throttle = Drupal::service('queue_throttle.cron');
$throttle->run();
Run cron
Use t() instead of dt().
1.2
Code