Updated to Drupal 8.5. Core Media not yet in use.
[yaffs-website] / vendor / consolidation / output-formatters / src / Formatters / HumanReadableFormat.php
1 <?php
2 namespace Consolidation\OutputFormatters\Formatters;
3
4 /**
5  * Marker interface that indicates that a cell data renderer
6  * (@see Consolidation\OutputFormatters\SturcturedData\RenderCellInterface)
7  * may test for to determine whether it is allowable to add
8  * human-readable formatting into the cell data
9  * (@see Consolidation\OutputFormatters\SturcturedData\NumericCallRenderer).
10  */
11 interface HumanReadableFormat
12 {
13 }