You are here

public function DateRecurHelper::next in Recurring Dates Field 3.x

Same name and namespace in other branches
  1. 8.2 src/DateRecurHelper.php \Drupal\date_recur\DateRecurHelper::next()
  2. 3.0.x src/DateRecurHelper.php \Drupal\date_recur\DateRecurHelper::next()
  3. 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_recur

Code

public function next() : void {
  $this->dateRecurHelper
    ->next();
}