Skip to content
QueueWorkerManagerInterface.php 303 B
Newer Older
<?php

/**
 * @file
 * Contains \Drupal\Core\Queue\QueueWorkerManagerInterface.
 */

namespace Drupal\Core\Queue;

use Drupal\Component\Plugin\PluginManagerInterface;

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

}