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