You are here

public static function FormHelper::getChangefreqOptions 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::getChangefreqOptions()
  2. 8.2 src/Form/FormHelper.php \Drupal\simple_sitemap\Form\FormHelper::getChangefreqOptions()

Return value

array

2 calls to FormHelper::getChangefreqOptions()
CustomLinksForm::validateForm in src/Form/CustomLinksForm.php
Form validation handler.
FormHelper::getChangefreqSelectValues in src/Form/FormHelper.php
Gets the values needed to display the changefreq dropdown setting.

File

src/Form/FormHelper.php, line 544

Class

FormHelper
Class FormHelper

Namespace

Drupal\simple_sitemap\Form

Code

public static function getChangefreqOptions() : array {
  return self::$changefreqValues;
}