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

Breadcrumb

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

function Output::setVerbosity

Overrides OutputInterface::setVerbosity

2 calls to Output::setVerbosity()
ConsoleOutput::setVerbosity in vendor/symfony/console/Output/ConsoleOutput.php
Sets the verbosity of the output.
ConsoleOutput::setVerbosity in vendor/symfony/console/Output/ConsoleOutput.php
Sets the verbosity of the output.
1 method overrides Output::setVerbosity()
ConsoleOutput::setVerbosity in vendor/symfony/console/Output/ConsoleOutput.php
Sets the verbosity of the output.

File

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

Class

Output
Base class for output classes.

Namespace

Symfony\Component\Console\Output

Code

public function setVerbosity(int $level) : void {
    $this->verbosity = $level;
}
RSS feed
Powered by Drupal