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

Breadcrumb

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

function Factory::createOutput

1 call to Factory::createOutput()
Application::run in vendor/composer/composer/src/Composer/Console/Application.php
Runs the current application.

File

vendor/composer/composer/src/Composer/Factory.php, line 259

Class

Factory
Creates a configured instance of composer.

Namespace

Composer

Code

public static function createOutput() : ConsoleOutput {
    $styles = self::createAdditionalStyles();
    $formatter = new OutputFormatter(false, $styles);
    return new ConsoleOutput(ConsoleOutput::VERBOSITY_NORMAL, null, $formatter);
}

API Navigation

  • Drupal Core 11.1.x
  • Topics
  • Classes
  • Functions
  • Constants
  • Globals
  • Files
  • Namespaces
  • Deprecated
  • Services
RSS feed
Powered by Drupal