Skip to main content
Drupal API
Menu
User account menu
Log in
Breadcrumb
Drupal Core 11.1.x
ProgressBar.php
function ProgressBar::setBarWidth
1 call to
ProgressBar::setBarWidth()
ProgressBar::buildLine
in vendor/
symfony/
console/
Helper/
ProgressBar.php
File
vendor/
symfony/
console/
Helper/
ProgressBar.php
, line 239
Class
ProgressBar
The ProgressBar provides helpers to display progress output.
Namespace
Symfony\Component\Console\Helper
Code
public
function
setBarWidth
(int
$size
) : void {
$this
->
barWidth
=
max
(
1
,
$size
); }
RSS feed