You are here

interface QueueWorkerManagerInterface in Drupal 9

Same name and namespace in other branches
  1. 8 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

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 {

}

Members

Namesort descending Modifiers Type Description Overrides
DiscoveryInterface::getDefinition public function Gets a specific plugin definition. 4
DiscoveryInterface::getDefinitions public function Gets the definition of all plugins for this type. 3
DiscoveryInterface::hasDefinition public function Indicates if a specific plugin definition exists. 1
FactoryInterface::createInstance public function Creates a pre-configured instance of a plugin. 6
MapperInterface::getInstance public function Gets a preconfigured instance of a plugin. 3