public function ShouldCreateJobEvent::getItemId

Gets the item id.

Return value

string The item id.

File

src/Events/ShouldCreateJobEvent.php, line 108

Class

ShouldCreateJobEvent
Represents a job item about to be added to a continuous job.

Namespace

Drupal\tmgmt\Events

Code

public function getItemId() {
  return $this->itemId;
}