Skip to main content
Drupal API
User account menu
  • Log in

Breadcrumb

  1. Drupal Core 11.1.x

namespace Symfony\Component\Console\Output

Object name File name Summary
BufferedOutput vendor/symfony/console/Output/BufferedOutput.php @author Jean-François Simon <contact@jfsimon.fr>
ConsoleOutput vendor/symfony/console/Output/ConsoleOutput.php ConsoleOutput is the default class for all CLI output. It uses STDOUT and STDERR.
ConsoleOutputInterface vendor/symfony/console/Output/ConsoleOutputInterface.php ConsoleOutputInterface is the interface implemented by ConsoleOutput class.
This adds information about stderr and section output stream.
ConsoleSectionOutput vendor/symfony/console/Output/ConsoleSectionOutput.php @author Pierre du Plessis <pdples@gmail.com>
@author Gabriel Ostrolucký <gabriel.ostrolucky@gmail.com>
NullOutput vendor/symfony/console/Output/NullOutput.php NullOutput suppresses all output.
Output vendor/symfony/console/Output/Output.php Base class for output classes.
OutputInterface vendor/symfony/console/Output/OutputInterface.php OutputInterface is the interface implemented by all Output classes.
StreamOutput vendor/symfony/console/Output/StreamOutput.php StreamOutput writes the output to a given stream.
TrimmedBufferOutput vendor/symfony/console/Output/TrimmedBufferOutput.php A BufferedOutput that keeps only the last N chars.
RSS feed
Powered by Drupal