public constant DateRecurRruleMap::FREQUENCIES in Recurring Dates Field 8.2
Same name and namespace in other branches
- 3.x src/DateRecurRruleMap.php \Drupal\date_recur\DateRecurRruleMap::FREQUENCIES
- 3.0.x src/DateRecurRruleMap.php \Drupal\date_recur\DateRecurRruleMap::FREQUENCIES
- 3.1.x src/DateRecurRruleMap.php \Drupal\date_recur\DateRecurRruleMap::FREQUENCIES
Frequencies.
In no particular order.
File
- src/
DateRecurRruleMap.php, line 19
Class
- DateRecurRruleMap
- Rrule maps.
Namespace
Drupal\date_recurCode
public const FREQUENCIES = [
'SECONDLY',
'MINUTELY',
'HOURLY',
'DAILY',
'WEEKLY',
'MONTHLY',
'YEARLY',
];