You are here

public function SchedulerInterface::formatLabelVerbose 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::formatLabelVerbose()
Crontab::formatLabelVerbose in src/Plugin/ultimate_cron/Scheduler/Crontab.php
Label for schedule.

File

src/Scheduler/SchedulerInterface.php, line 36

Class

SchedulerInterface
Defines a scheduler method.

Namespace

Drupal\ultimate_cron\Scheduler

Code

public function formatLabelVerbose(CronJob $job);