You are here

public function MaestroWebformTask::description in Maestro 8.2

Same name and namespace in other branches
  1. 3.x modules/maestro_webform/src/Plugin/EngineTasks/MaestroWebformTask.php \Drupal\maestro_webform\Plugin\EngineTasks\MaestroWebformTask::description()

Longer description. This generally follows the short Description but can be used to be more descriptive if you wish to surface this description in a UI element.

Overrides MaestroEngineTaskInterface::description

File

modules/maestro_webform/src/Plugin/EngineTasks/MaestroWebformTask.php, line 70

Class

MaestroWebformTask
Maestro Webform Task Plugin.

Namespace

Drupal\maestro_webform\Plugin\EngineTasks

Code

public function description() {
  return $this
    ->t('Maestro Interactive Webform Task.');
}