You are here

namespace Drupal\cron_queue_test\Plugin\QueueWorker in Zircon Profile 8

Same name in other branches
  1. 8.0 Drupal\cron_queue_test\Plugin\QueueWorker
Classsort descending Location Description
CronQueueTestBrokenQueue core/modules/system/tests/modules/cron_queue_test/src/Plugin/QueueWorker/CronQueueTestBrokenQueue.php Plugin annotation @QueueWorker( id = "cron_queue_test_broken_queue", title = @Translation("Broken queue test"), cron = {"time" = 60} )
CronQueueTestException core/modules/system/tests/modules/cron_queue_test/src/Plugin/QueueWorker/CronQueueTestException.php Plugin annotation @QueueWorker( id = "cron_queue_test_exception", title = @Translation("Exception test"), cron = {"time" = 60} )