You are here

public function MaestroNonInteractiveExampleTask::getPluginId in Maestro 8.2

Same name and namespace in other branches
  1. 3.x modules/examples/maestro_noninteractive_task_plugin_example/src/Plugin/EngineTasks/MaestroNonInteractiveExampleTask.php \Drupal\maestro_noninteractive_task_plugin_example\Plugin\EngineTasks\MaestroNonInteractiveExampleTask::getPluginId()

Overrides PluginBase::getPluginId

See also

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

File

modules/examples/maestro_noninteractive_task_plugin_example/src/Plugin/EngineTasks/MaestroNonInteractiveExampleTask.php, line 83

Class

MaestroNonInteractiveExampleTask
Maestro Non Interactive Example Task Plugin.

Namespace

Drupal\maestro_noninteractive_task_plugin_example\Plugin\EngineTasks

Code

public function getPluginId() {

  // The ID of the plugin.  Should match the @id shown in the annotation.
  return 'MaestroNonIntExample';
}