You are here

public function MaestroWebformTask::shortDescription 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::shortDescription()

Get the task's short description. Useful for things like labels.

Overrides MaestroEngineTaskInterface::shortDescription

File

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

Class

MaestroWebformTask
Maestro Webform Task Plugin.

Namespace

Drupal\maestro_webform\Plugin\EngineTasks

Code

public function shortDescription() {
  return $this
    ->t('Webfom Task');
}