You are here

public function WebformScheduledTaskInterface::getRunIntervalAmount in Webform Scheduled Tasks 8.2

Get the interval the admin has configured to run the task at.

Return value

int The interval.

1 method overrides WebformScheduledTaskInterface::getRunIntervalAmount()
WebformScheduledTask::getRunIntervalAmount in src/Entity/WebformScheduledTask.php
Get the interval the admin has configured to run the task at.

File

src/Entity/WebformScheduledTaskInterface.php, line 34

Class

WebformScheduledTaskInterface
An interface for the scheduled tasks.

Namespace

Drupal\webform_scheduled_tasks\Entity

Code

public function getRunIntervalAmount();