QueueWorkerManagerInterface.php

Same filename in other branches
  1. 9 core/lib/Drupal/Core/Queue/QueueWorkerManagerInterface.php
  2. 10 core/lib/Drupal/Core/Queue/QueueWorkerManagerInterface.php
  3. 11.x core/lib/Drupal/Core/Queue/QueueWorkerManagerInterface.php

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

Title Deprecated Summary
QueueWorkerManagerInterface Provides an interface for a queue worker manager.

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