You are here

public function MaestroEndTask::getPluginId in Maestro 8.2

Same name and namespace in other branches
  1. 3.x src/Plugin/EngineTasks/MaestroEndTask.php \Drupal\maestro\Plugin\EngineTasks\MaestroEndTask::getPluginId()

Overrides PluginBase::getPluginId

See also

\Drupal\Component\Plugin\PluginBase::getPluginId()

File

src/Plugin/EngineTasks/MaestroEndTask.php, line 66

Class

MaestroEndTask
Maestro End Task Plugin.

Namespace

Drupal\maestro\Plugin\EngineTasks

Code

public function getPluginId() {
  return 'MaestroEnd';
}