public function DateRecurRRule::rewind in Recurring Dates Field 8
Rewind the Iterator to the first element
File
- src/
DateRecurRRule.php, line 410
Class
Namespace
Drupal\date_recurCode
public function rewind() {
$this->rrule
->rewind();
}