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

Breadcrumb

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

function ProgressIndicator::getCurrentTimeInMilliseconds

2 calls to ProgressIndicator::getCurrentTimeInMilliseconds()
ProgressIndicator::advance in vendor/symfony/console/Helper/ProgressIndicator.php
Advances the indicator.
ProgressIndicator::start in vendor/symfony/console/Helper/ProgressIndicator.php
Starts the indicator output.

File

vendor/symfony/console/Helper/ProgressIndicator.php, line 225

Class

ProgressIndicator
@author Kevin Bond <kevinbond@gmail.com>

Namespace

Symfony\Component\Console\Helper

Code

private function getCurrentTimeInMilliseconds() : float {
    return round(microtime(true) * 1000);
}

API Navigation

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