public function MaestroNonInteractiveExampleTask::getPluginId in Maestro 3.x
Same name and namespace in other branches
- 8.2 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\EngineTasksCode
public function getPluginId() {
// The ID of the plugin. Should match the @id shown in the annotation.
return 'MaestroNonIntExample';
}