You are here

public function TaskPluginInterface::label in Webform Scheduled Tasks 8.2

Get the label of the task.

Return value

string The label of the task.

1 method overrides TaskPluginInterface::label()
TaskPluginBase::label in src/Plugin/WebformScheduledTasks/TaskPluginBase.php
Get the label of the task.

File

src/Plugin/WebformScheduledTasks/TaskPluginInterface.php, line 33

Class

TaskPluginInterface
An interface for scheduled tasks.

Namespace

Drupal\webform_scheduled_tasks\Plugin\WebformScheduledTasks

Code

public function label();