Version 1
[yaffs-website] / web / core / lib / Drupal / Core / Queue / QueueWorkerManagerInterface.php
diff --git a/web/core/lib/Drupal/Core/Queue/QueueWorkerManagerInterface.php b/web/core/lib/Drupal/Core/Queue/QueueWorkerManagerInterface.php
new file mode 100644 (file)
index 0000000..cb473b1
--- /dev/null
@@ -0,0 +1,12 @@
+<?php
+
+namespace Drupal\Core\Queue;
+
+use Drupal\Component\Plugin\PluginManagerInterface;
+
+/**
+ * Provides an interface for a queue worker manager.
+ */
+interface QueueWorkerManagerInterface extends PluginManagerInterface {
+
+}