Returns the type of a job item.
\Drupal\tmgmt\JobItemInterface $job_item: The job item.
string A type that describes the job item.
Overrides SourcePluginInterface::getType
public function getType(JobItemInterface $job_item) {
return ucfirst($job_item
->getItemType());
}