public function WebformScheduledTaskInterface::incrementTaskRunDateByInterval in Webform Scheduled Tasks 8.2
Increment the next task run date by the current time + the run interval.
1 method overrides WebformScheduledTaskInterface::incrementTaskRunDateByInterval()
- WebformScheduledTask::incrementTaskRunDateByInterval in src/
Entity/ WebformScheduledTask.php - Increment the next task run date by the current time + the run interval.
File
- src/
Entity/ WebformScheduledTaskInterface.php, line 51
Class
- WebformScheduledTaskInterface
- An interface for the scheduled tasks.
Namespace
Drupal\webform_scheduled_tasks\EntityCode
public function incrementTaskRunDateByInterval();