You are here

public function WebformScheduledTaskInterface::getTaskPlugin in Webform Scheduled Tasks 8.2

Get the task plugin.

Return value

\Drupal\webform_scheduled_tasks\Plugin\WebformScheduledTasks\TaskPluginInterface The task plugin.

1 method overrides WebformScheduledTaskInterface::getTaskPlugin()
WebformScheduledTask::getTaskPlugin in src/Entity/WebformScheduledTask.php
Get the task plugin.

File

src/Entity/WebformScheduledTaskInterface.php, line 18

Class

WebformScheduledTaskInterface
An interface for the scheduled tasks.

Namespace

Drupal\webform_scheduled_tasks\Entity

Code

public function getTaskPlugin();