QueueWorkerManagerInterface.php in Drupal 8
Same filename and directory in other branches
Namespace
Drupal\Core\QueueFile
core/lib/Drupal/Core/Queue/QueueWorkerManagerInterface.phpView source
<?php
namespace Drupal\Core\Queue;
use Drupal\Component\Plugin\PluginManagerInterface;
/**
* Provides an interface for a queue worker manager.
*/
interface QueueWorkerManagerInterface extends PluginManagerInterface {
}
Interfaces
Name | Description |
---|---|
QueueWorkerManagerInterface | Provides an interface for a queue worker manager. |