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

Breadcrumb

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

function Output::getVerbosity

Overrides OutputInterface::getVerbosity

2 calls to Output::getVerbosity()
ConsoleOutput::section in vendor/symfony/console/Output/ConsoleOutput.php
Creates a new output section.
Output::write in vendor/symfony/console/Output/Output.php
Writes a message to the output.

File

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

Class

Output
Base class for output classes.

Namespace

Symfony\Component\Console\Output

Code

public function getVerbosity() : int {
    return $this->verbosity;
}
RSS feed
Powered by Drupal