You are here

public function WebformScheduledTaskInterface::getWebform in Webform Scheduled Tasks 8.2

Get the webform this task is associated with.

Return value

\Drupal\webform\WebformInterface The associated webform.

1 method overrides WebformScheduledTaskInterface::getWebform()
WebformScheduledTask::getWebform in src/Entity/WebformScheduledTask.php
Get the webform this task is associated with.

File

src/Entity/WebformScheduledTaskInterface.php, line 69

Class

WebformScheduledTaskInterface
An interface for the scheduled tasks.

Namespace

Drupal\webform_scheduled_tasks\Entity

Code

public function getWebform();