public static function FormHelper::getChangefreqOptions in Simple XML sitemap 8.3
Same name and namespace in other branches
- 8.2 src/Form/FormHelper.php \Drupal\simple_sitemap\Form\FormHelper::getChangefreqOptions()
- 4.x src/Form/FormHelper.php \Drupal\simple_sitemap\Form\FormHelper::getChangefreqOptions()
Return value
array
2 calls to FormHelper::getChangefreqOptions()
- FormHelper::getChangefreqSelectValues in src/
Form/ FormHelper.php - Gets the values needed to display the changefreq dropdown setting.
- SimplesitemapCustomLinksForm::validateForm in src/
Form/ SimplesitemapCustomLinksForm.php - Form validation handler.
File
- src/
Form/ FormHelper.php, line 563
Class
- FormHelper
- Class FormHelper @package Drupal\simple_sitemap\Form
Namespace
Drupal\simple_sitemap\FormCode
public static function getChangefreqOptions() {
return self::$changefreqValues;
}