You are here

protected property CronJob::$launcher in Ultimate Cron 8.2

Type: array

File

src/Entity/CronJob.php, line 112

Class

CronJob
Class for handling cron jobs.

Namespace

Drupal\ultimate_cron\Entity

Code

protected $launcher = array(
  'id' => 'serial',
);