You are here

public function DateRecurRuleInterface::getFrequency in Recurring Dates Field 8.2

Same name and namespace in other branches
  1. 3.x src/DateRecurRuleInterface.php \Drupal\date_recur\DateRecurRuleInterface::getFrequency()
  2. 3.0.x src/DateRecurRuleInterface.php \Drupal\date_recur\DateRecurRuleInterface::getFrequency()
  3. 3.1.x src/DateRecurRuleInterface.php \Drupal\date_recur\DateRecurRuleInterface::getFrequency()

Get the frequency for the rule.

Return value

string The frequency for the rule.

1 method overrides DateRecurRuleInterface::getFrequency()
RlDateRecurRule::getFrequency in src/Rl/RlDateRecurRule.php
Get the frequency for the rule.

File

src/DateRecurRuleInterface.php, line 20

Class

DateRecurRuleInterface
Defines an interface for a single rule.

Namespace

Drupal\date_recur

Code

public function getFrequency() : string;