Returns the type of a job item.
\Drupal\tmgmt\JobItemInterface $job_item: The job item.
string A type that describes the job item.
public function getType(JobItemInterface $job_item);