You are here

protected static property FormHelper::$cronIntervals in Simple XML sitemap 4.x

Same name and namespace in other branches
  1. 8.3 src/Form/FormHelper.php \Drupal\simple_sitemap\Form\FormHelper::cronIntervals

File

src/Form/FormHelper.php, line 95

Class

FormHelper
Class FormHelper

Namespace

Drupal\simple_sitemap\Form

Code

protected static $cronIntervals = [
  1,
  3,
  6,
  12,
  24,
  48,
  72,
  96,
  120,
  144,
  168,
];