public function ShouldCreateJobEvent::getPlugin in Translation Management Tool 8
Gets the plugin ID.
Return value
string The plugin ID.
File
- src/
Events/ ShouldCreateJobEvent.php, line 88
Class
- ShouldCreateJobEvent
- Represents a job item about to be added to a continuous job.
Namespace
Drupal\tmgmt\EventsCode
public function getPlugin() {
return $this->plugin;
}