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

Breadcrumb

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

function OutputStyle::createProgressBar

2 calls to OutputStyle::createProgressBar()
SymfonyStyle::createProgressBar in vendor/symfony/console/Style/SymfonyStyle.php
SymfonyStyle::createProgressBar in vendor/symfony/console/Style/SymfonyStyle.php
1 method overrides OutputStyle::createProgressBar()
SymfonyStyle::createProgressBar in vendor/symfony/console/Style/SymfonyStyle.php

File

vendor/symfony/console/Style/OutputStyle.php, line 36

Class

OutputStyle
Decorates output to add console style guide helpers.

Namespace

Symfony\Component\Console\Style

Code

public function createProgressBar(int $max = 0) : ProgressBar {
    return new ProgressBar($this->output, $max);
}

API Navigation

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