public function WebformScheduledTaskInterface::getRunIntervalMultiplier in Webform Scheduled Tasks 8.2
Get a multiplier for the run interval.
This is set in instances where admins configure a multiple of a number of seconds to run the task. For example, if they configured to run every 6 days, the multiple would 6 x seconds in 1 day.
Return value
int The multiplier for the run interval.
1 method overrides WebformScheduledTaskInterface::getRunIntervalMultiplier()
- WebformScheduledTask::getRunIntervalMultiplier in src/
Entity/ WebformScheduledTask.php - Get a multiplier for the run interval.
File
- src/
Entity/ WebformScheduledTaskInterface.php, line 46
Class
- WebformScheduledTaskInterface
- An interface for the scheduled tasks.
Namespace
Drupal\webform_scheduled_tasks\EntityCode
public function getRunIntervalMultiplier();