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

Breadcrumb

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

function Output::getFormatter

Overrides OutputInterface::getFormatter

3 calls to Output::getFormatter()
ConsoleOutput::section in vendor/symfony/console/Output/ConsoleOutput.php
Creates a new output section.
ConsoleOutput::__construct in vendor/symfony/console/Output/ConsoleOutput.php
ConsoleSectionOutput::getDisplayLength in vendor/symfony/console/Output/ConsoleSectionOutput.php

File

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

Class

Output
Base class for output classes.

Namespace

Symfony\Component\Console\Output

Code

public function getFormatter() : OutputFormatterInterface {
    return $this->formatter;
}
RSS feed
Powered by Drupal