You are here

public function SchedulerInterface::formatLabel in Ultimate Cron 8.2

Label for schedule.

Parameters

\Drupal\ultimate_cron\Entity\CronJob $job: The job whose label should be formatted.

1 method overrides SchedulerInterface::formatLabel()
Crontab::formatLabel in src/Plugin/ultimate_cron/Scheduler/Crontab.php
Label for schedule.

File

src/Scheduler/SchedulerInterface.php, line 28

Class

SchedulerInterface
Defines a scheduler method.

Namespace

Drupal\ultimate_cron\Scheduler

Code

public function formatLabel(CronJob $job);