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