Updated to Drupal 8.5. Core Media not yet in use.
[yaffs-website] / vendor / consolidation / output-formatters / src / Formatters / HumanReadableFormat.php
diff --git a/vendor/consolidation/output-formatters/src/Formatters/HumanReadableFormat.php b/vendor/consolidation/output-formatters/src/Formatters/HumanReadableFormat.php
new file mode 100644 (file)
index 0000000..00f5240
--- /dev/null
@@ -0,0 +1,13 @@
+<?php
+namespace Consolidation\OutputFormatters\Formatters;
+
+/**
+ * Marker interface that indicates that a cell data renderer
+ * (@see Consolidation\OutputFormatters\SturcturedData\RenderCellInterface)
+ * may test for to determine whether it is allowable to add
+ * human-readable formatting into the cell data
+ * (@see Consolidation\OutputFormatters\SturcturedData\NumericCallRenderer).
+ */
+interface HumanReadableFormat
+{
+}