protected static property FormHelper::$changefreqValues in Simple XML sitemap 4.x
Same name and namespace in other branches
- 8.3 src/Form/FormHelper.php \Drupal\simple_sitemap\Form\FormHelper::changefreqValues
- 8.2 src/Form/FormHelper.php \Drupal\simple_sitemap\Form\FormHelper::changefreqValues
Type: array
File
- src/
Form/ FormHelper.php, line 85
Class
- FormHelper
- Class FormHelper
Namespace
Drupal\simple_sitemap\FormCode
protected static $changefreqValues = [
'always',
'hourly',
'daily',
'weekly',
'monthly',
'yearly',
'never',
];