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