public static function WebformDateHelper::getIntervalOptions in Webform 8.5
Same name and namespace in other branches
- 6.x src/Utility/WebformDateHelper.php \Drupal\webform\Utility\WebformDateHelper::getIntervalOptions()
Get interval options used by submission limits.
Return value
array An associative array of interval options.
1 call to WebformDateHelper::getIntervalOptions()
- WebformEntitySettingsSubmissionsForm::form in src/
EntitySettings/ WebformEntitySettingsSubmissionsForm.php - Gets the actual form array to be built.
File
- src/
Utility/ WebformDateHelper.php, line 124
Class
- WebformDateHelper
- Helper class webform date helper methods.
Namespace
Drupal\webform\UtilityCode
public static function getIntervalOptions() {
self::initIntervalOptions();
return self::$intervalOptions;
}