public function LauncherInterface::formatProgress in Ultimate Cron 8.2
Default implementation of formatProgress().
Parameters
\Drupal\ultimate_cron\CronJobInterface $job: Job to format progress for.
string $progress: Progress value for the Job.
1 method overrides LauncherInterface::formatProgress()
- LauncherBase::formatProgress in src/
Launcher/ LauncherBase.php - Default implementation of formatProgress().
File
- src/
Launcher/ LauncherInterface.php, line 116
Class
- LauncherInterface
- Defines a launcher method.
Namespace
Drupal\ultimate_cron\LauncherCode
public function formatProgress(CronJobInterface $job, $progress);