public function ShouldCreateJobEvent::getItemId in Translation Management Tool 8
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\EventsCode
public function getItemId() {
return $this->itemId;
}