public function ShouldCreateJobEvent::getPlugin

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\Events

Code

public function getPlugin() {
  return $this->plugin;
}