public function MaestroInteractiveExampleTask::getPluginId in Maestro 8.2
Same name and namespace in other branches
- 3.x modules/examples/maestro_interactive_task_plugin_example/src/Plugin/EngineTasks/MaestroInteractiveExampleTask.php \Drupal\maestro_interactive_task_plugin_example\Plugin\EngineTasks\MaestroInteractiveExampleTask::getPluginId()
Overrides PluginBase::getPluginId
See also
\Drupal\Component\Plugin\PluginBase::getPluginId()
File
- modules/
examples/ maestro_interactive_task_plugin_example/ src/ Plugin/ EngineTasks/ MaestroInteractiveExampleTask.php, line 83
Class
- MaestroInteractiveExampleTask
- Maestro Interactive Example Task Plugin.
Namespace
Drupal\maestro_interactive_task_plugin_example\Plugin\EngineTasksCode
public function getPluginId() {
// The ID of the plugin. Should match the @id shown in the annotation.
return 'MaestroIntExample';
}