Skip to main content
Drupal API
Menu
User account menu
Log in
Breadcrumb
Drupal Core 11.1.x
ConsoleOutputInterface.php
function ConsoleOutputInterface::setErrorOutput
1 method overrides
ConsoleOutputInterface::setErrorOutput()
ConsoleOutput::setErrorOutput
in vendor/
symfony/
console/
Output/
ConsoleOutput.php
File
vendor/
symfony/
console/
Output/
ConsoleOutputInterface.php
, line 27
Class
ConsoleOutputInterface
ConsoleOutputInterface is the interface implemented by ConsoleOutput class. This adds information about stderr and section output stream.
Namespace
Symfony\Component\Console\Output
Code
public
function
setErrorOutput
(OutputInterface
$error
) : void;
RSS feed