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

Breadcrumb

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

function Output::writeln

Overrides OutputInterface::writeln

1 call to Output::writeln()
ConsoleSectionOutput::overwrite in vendor/symfony/console/Output/ConsoleSectionOutput.php
Overwrites the previous output with a new message.

File

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

Class

Output
Base class for output classes.

Namespace

Symfony\Component\Console\Output

Code

public function writeln(string|iterable $messages, int $options = self::OUTPUT_NORMAL) : void {
    $this->write($messages, true, $options);
}
RSS feed
Powered by Drupal