public function MaestroWebformTask::shortDescription in Maestro 3.x
Same name and namespace in other branches
- 8.2 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\EngineTasksCode
public function shortDescription() {
return $this
->t('Webfom Task');
}