interface QueueWorkerManagerInterface

Same name in other branches
  1. 9 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. 11.x core/lib/Drupal/Core/Queue/QueueWorkerManagerInterface.php \Drupal\Core\Queue\QueueWorkerManagerInterface

Provides an interface for a queue worker manager.

Hierarchy

  • interface \Drupal\Component\Plugin\Discovery\DiscoveryInterface; interface \Drupal\Component\Plugin\Factory\FactoryInterface; interface \Drupal\Component\Plugin\Mapper\MapperInterface
    • interface \Drupal\Component\Plugin\PluginManagerInterface extends \Drupal\Component\Plugin\Discovery\DiscoveryInterface \Drupal\Component\Plugin\Factory\FactoryInterface \Drupal\Component\Plugin\Mapper\MapperInterface

Expanded class hierarchy of QueueWorkerManagerInterface

All classes that implement QueueWorkerManagerInterface

1 file declares its use of QueueWorkerManagerInterface
Cron.php in core/lib/Drupal/Core/Cron.php

File

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

Namespace

Drupal\Core\Queue
View source
interface QueueWorkerManagerInterface extends PluginManagerInterface {

}

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