Consolidation\OutputFormatters\Formatters
Classes
Comma-separated value formatters
Json formatter
Display the data in a simple list.
No output formatter
Print_r formatter
Display sections of data.
Serialize formatter
String formatter
Display a table of data with the Symfony Table class.
Tab-separated value formatters
Var_dump formatter
Var_export formatter
Display a table of data with the Symfony Table class.
Yaml formatter
Interfaces
Marker interface that indicates that a cell data renderer (Consolidation\OutputFormatters\SturcturedData\RenderCellInterface) may test for to determine whether it is allowable to add human-readable formatting into the cell data (Consolidation\OutputFormatters\SturcturedData\NumericCallRenderer).