You are here

public function MaestroWebformTask::getPluginId in Maestro 8.2

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

Overrides PluginBase::getPluginId

See also

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

File

modules/maestro_webform/src/Plugin/EngineTasks/MaestroWebformTask.php, line 79

Class

MaestroWebformTask
Maestro Webform Task Plugin.

Namespace

Drupal\maestro_webform\Plugin\EngineTasks

Code

public function getPluginId() {

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