Code Coverage |
||||||||||
Classes and Traits |
Functions and Methods |
Lines |
||||||||
Total | |
0 / 0 |
|
100.00% |
0 / 0 |
CRAP | |
100.00% |
0 / 0 |
<?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 { | |
} |