QueueWorkerManagerInterface.php
Same filename in other branches
Namespace
Drupal\Core\QueueFile
-
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.