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