You are here

public function DateRecurRRule::rewind in Recurring Dates Field 8

Rewind the Iterator to the first element

File

src/DateRecurRRule.php, line 410

Class

DateRecurRRule

Namespace

Drupal\date_recur

Code

public function rewind() {
  $this->rrule
    ->rewind();
}