You are here

public constant DateRecurRruleMap::FREQUENCIES in Recurring Dates Field 3.x

Same name and namespace in other branches
  1. 8.2 src/DateRecurRruleMap.php \Drupal\date_recur\DateRecurRruleMap::FREQUENCIES
  2. 3.0.x src/DateRecurRruleMap.php \Drupal\date_recur\DateRecurRruleMap::FREQUENCIES
  3. 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_recur

Code

public const FREQUENCIES = [
  'SECONDLY',
  'MINUTELY',
  'HOURLY',
  'DAILY',
  'WEEKLY',
  'MONTHLY',
  'YEARLY',
];