public function RlHelper::rewind in Recurring Dates Field 8.2
Same name and namespace in other branches
- 3.x src/Rl/RlHelper.php \Drupal\date_recur\Rl\RlHelper::rewind()
- 3.0.x src/Rl/RlHelper.php \Drupal\date_recur\Rl\RlHelper::rewind()
- 3.1.x src/Rl/RlHelper.php \Drupal\date_recur\Rl\RlHelper::rewind()
File
- src/
Rl/ RlHelper.php, line 248
Class
- RlHelper
- Helper for recurring rules implemented with rlanvin/rrule.
Namespace
Drupal\date_recur\RlCode
public function rewind() : void {
$this->set
->rewind();
}