public function DateRecurRuleInterface::getFrequency in Recurring Dates Field 8.2
Same name and namespace in other branches
- 3.x src/DateRecurRuleInterface.php \Drupal\date_recur\DateRecurRuleInterface::getFrequency()
- 3.0.x src/DateRecurRuleInterface.php \Drupal\date_recur\DateRecurRuleInterface::getFrequency()
- 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_recurCode
public function getFrequency() : string;