Updated to Drupal 8.5. Core Media not yet in use.
[yaffs-website] / vendor / consolidation / robo / src / State / Consumer.php
diff --git a/vendor/consolidation/robo/src/State/Consumer.php b/vendor/consolidation/robo/src/State/Consumer.php
new file mode 100644 (file)
index 0000000..ab9c0e2
--- /dev/null
@@ -0,0 +1,12 @@
+<?php
+namespace Robo\State;
+
+use Robo\State\Data;
+
+interface Consumer
+{
+    /**
+     * @return Data
+     */
+    public function receiveState(Data $state);
+}