public function DateRecurHelper::rewind in Recurring Dates Field 8.2
Same name and namespace in other branches
- 3.x src/DateRecurHelper.php \Drupal\date_recur\DateRecurHelper::rewind()
- 3.0.x src/DateRecurHelper.php \Drupal\date_recur\DateRecurHelper::rewind()
- 3.1.x src/DateRecurHelper.php \Drupal\date_recur\DateRecurHelper::rewind()
File
- src/
DateRecurHelper.php, line 140
Class
- DateRecurHelper
- Helper for recurring rules.
Namespace
Drupal\date_recurCode
public function rewind() : void {
$this->dateRecurHelper
->rewind();
}