Formatter Helper

The Formatter helper provides functions to format the output with colors. You can do more advanced things with this helper than you can in How to Color and Style the Console Output.

The FormatterHelper is included in the default helper set, which you can get by calling getHelperSet():

$formatter = $this->getHelper('formatter');

The methods return a string, which you’ll usually render to the console by passing it to the OutputInterface::writeln method.