You are here

protected static property CleanerSettingsForm::$intervals in Cleaner 8.2

Same name and namespace in other branches
  1. 8 src/Form/CleanerSettingsForm.php \Drupal\cleaner\Form\CleanerSettingsForm::intervals

Static array with the time intervals.

Type: array

File

src/Form/CleanerSettingsForm.php, line 44

Class

CleanerSettingsForm
Class CleanerSettingsForm.

Namespace

Drupal\cleaner\Form

Code

protected static $intervals = [
  900 => '15 min',
  1800 => '30 min',
  3600 => '1 hour',
  7200 => '2 hour',
  14400 => '4 hours',
  21600 => '6 hours',
  43200 => '12 hours',
  86400 => '1 day',
  172800 => '2 days',
  259200 => '3 days',
  604800 => '1 week',
];