public function RlHelper::getRlRuleset in Recurring Dates Field 3.0.x
Same name and namespace in other branches
- 8.2 src/Rl/RlHelper.php \Drupal\date_recur\Rl\RlHelper::getRlRuleset()
- 3.x src/Rl/RlHelper.php \Drupal\date_recur\Rl\RlHelper::getRlRuleset()
- 3.1.x src/Rl/RlHelper.php \Drupal\date_recur\Rl\RlHelper::getRlRuleset()
Get the set.
@internal this method is specific to rlanvin/rrule implementation only.
Return value
\RRule\RSet Returns the set.
File
- src/
Rl/ RlHelper.php, line 260
Class
- RlHelper
- Helper for recurring rules implemented with rlanvin/rrule.
Namespace
Drupal\date_recur\RlCode
public function getRlRuleset() : RSet {
return $this->set;
}