You are here

public function TaskRunnerInterface::executeTasks in Webform Scheduled Tasks 8.2

Execute all pending tasks.

Parameters

\Drupal\webform_scheduled_tasks\Entity\WebformScheduledTaskInterface[] $tasks: A list of tasks to execute, regardless of their eligibility.

1 method overrides TaskRunnerInterface::executeTasks()
TaskRunner::executeTasks in src/TaskRunner.php
Execute all pending tasks.

File

src/TaskRunnerInterface.php, line 16

Class

TaskRunnerInterface
An interface for the task runner.

Namespace

Drupal\webform_scheduled_tasks

Code

public function executeTasks(array $tasks);