private static property CleanerSettingsForm::$intervals in Cleaner 8
Same name and namespace in other branches
- 8.2 src/Form/CleanerSettingsForm.php \Drupal\cleaner\Form\CleanerSettingsForm::intervals
Static array with the time intervals.
Type: array
File
- src/
Form/ CleanerSettingsForm.php, line 21
Class
- CleanerSettingsForm
- Class CleanerSettingsForm.
Namespace
Drupal\cleaner\FormCode
private 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',
];