You are here

public property Simple::$presets in Ultimate Cron 8.2

File

src/Plugin/ultimate_cron/Scheduler/Simple.php, line 19

Class

Simple
Simple scheduler.

Namespace

Drupal\ultimate_cron\Plugin\ultimate_cron\Scheduler

Code

public $presets = array(
  '* * * * *' => 60,
  '*/5+@ * * * *' => 300,
  '*/15+@ * * * *' => 900,
  '*/30+@ * * * *' => 1800,
  '0+@ * * * *' => 3600,
  '0+@ */3 * * *' => 10800,
  '0+@ */6 * * *' => 21600,
  '0+@ */12 * * *' => 43200,
  '0+@ 0 * * *' => 86400,
  '0+@ 0 * * 0' => 604800,
);