You are here

protected static property FormHelper::$changefreqValues in Simple XML sitemap 8.3

Same name and namespace in other branches
  1. 8.2 src/Form/FormHelper.php \Drupal\simple_sitemap\Form\FormHelper::changefreqValues
  2. 4.x src/Form/FormHelper.php \Drupal\simple_sitemap\Form\FormHelper::changefreqValues

Type: array

File

src/Form/FormHelper.php, line 79

Class

FormHelper
Class FormHelper @package Drupal\simple_sitemap\Form

Namespace

Drupal\simple_sitemap\Form

Code

protected static $changefreqValues = [
  'always',
  'hourly',
  'daily',
  'weekly',
  'monthly',
  'yearly',
  'never',
];