public function RlDateRecurRule::getFrequency in Recurring Dates Field 3.0.x
Same name and namespace in other branches
- 8.2 src/Rl/RlDateRecurRule.php \Drupal\date_recur\Rl\RlDateRecurRule::getFrequency()
- 3.x src/Rl/RlDateRecurRule.php \Drupal\date_recur\Rl\RlDateRecurRule::getFrequency()
- 3.1.x src/Rl/RlDateRecurRule.php \Drupal\date_recur\Rl\RlDateRecurRule::getFrequency()
Get the frequency for the rule.
Return value
string The frequency for the rule.
Overrides DateRecurRuleInterface::getFrequency
File
- src/
Rl/ RlDateRecurRule.php, line 39
Class
- RlDateRecurRule
- RRule object.
Namespace
Drupal\date_recur\RlCode
public function getFrequency() : string {
return $this->parts['FREQ'];
}