Updated to Drupal 8.5. Core Media not yet in use.
[yaffs-website] / vendor / consolidation / robo / src / Contract / PrintedInterface.php
diff --git a/vendor/consolidation/robo/src/Contract/PrintedInterface.php b/vendor/consolidation/robo/src/Contract/PrintedInterface.php
new file mode 100644 (file)
index 0000000..d380643
--- /dev/null
@@ -0,0 +1,16 @@
+<?php
+namespace Robo\Contract;
+
+/**
+ * If task prints anything to console
+ *
+ * Interface PrintedInterface
+ * @package Robo\Contract
+ */
+interface PrintedInterface
+{
+    /**
+     * @return bool
+     */
+    public function getPrinted();
+}