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

Breadcrumb

  1. Drupal Core 11.1.x
  2. Output.php

function Output::setDecorated

Overrides OutputInterface::setDecorated

2 calls to Output::setDecorated()
ConsoleOutput::setDecorated in vendor/symfony/console/Output/ConsoleOutput.php
Sets the decorated flag.
ConsoleOutput::setDecorated in vendor/symfony/console/Output/ConsoleOutput.php
Sets the decorated flag.
1 method overrides Output::setDecorated()
ConsoleOutput::setDecorated in vendor/symfony/console/Output/ConsoleOutput.php
Sets the decorated flag.

File

vendor/symfony/console/Output/Output.php, line 58

Class

Output
Base class for output classes.

Namespace

Symfony\Component\Console\Output

Code

public function setDecorated(bool $decorated) : void {
    $this->formatter
        ->setDecorated($decorated);
}
RSS feed
Powered by Drupal