interface QueueWorkerManagerInterface

Same name and namespace in other branches
  1. 11.x core/lib/Drupal/Core/Queue/QueueWorkerManagerInterface.php \Drupal\Core\Queue\QueueWorkerManagerInterface
  2. 10 core/lib/Drupal/Core/Queue/QueueWorkerManagerInterface.php \Drupal\Core\Queue\QueueWorkerManagerInterface
  3. 8.9.x core/lib/Drupal/Core/Queue/QueueWorkerManagerInterface.php \Drupal\Core\Queue\QueueWorkerManagerInterface

Provides an interface for a queue worker manager.

Hierarchy

Expanded class hierarchy of QueueWorkerManagerInterface

All classes that implement QueueWorkerManagerInterface

2 files declare their use of QueueWorkerManagerInterface
Cron.php in core/lib/Drupal/Core/Cron.php
CronQueueTest.php in core/modules/system/tests/src/Kernel/System/CronQueueTest.php

File

core/lib/Drupal/Core/Queue/QueueWorkerManagerInterface.php, line 10

Namespace

Drupal\Core\Queue
View source
interface QueueWorkerManagerInterface extends PluginManagerInterface {
  
  /**
   * The default time duration in seconds spent calling a queue worker.
   *
   * @var int
   */
  public const DEFAULT_QUEUE_CRON_TIME = 15;

}

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.