You are here

QueueWorkerManagerInterface.php in Drupal 8

Namespace

Drupal\Core\Queue

File

core/lib/Drupal/Core/Queue/QueueWorkerManagerInterface.php
View source
<?php

namespace Drupal\Core\Queue;

use Drupal\Component\Plugin\PluginManagerInterface;

/**
 * Provides an interface for a queue worker manager.
 */
interface QueueWorkerManagerInterface extends PluginManagerInterface {

}

Interfaces

Namesort descending Description
QueueWorkerManagerInterface Provides an interface for a queue worker manager.