You are here

public function WebformScheduledTaskInterface::getNextTaskRunDate in Webform Scheduled Tasks 8.2

Get the next run date for the task.

Return value

int A timestamp for when the task will run next.

1 method overrides WebformScheduledTaskInterface::getNextTaskRunDate()
WebformScheduledTask::getNextTaskRunDate in src/Entity/WebformScheduledTask.php
Get the next run date for the task.

File

src/Entity/WebformScheduledTaskInterface.php, line 132

Class

WebformScheduledTaskInterface
An interface for the scheduled tasks.

Namespace

Drupal\webform_scheduled_tasks\Entity

Code

public function getNextTaskRunDate();