Returns the Uri for this job item.
\Drupal\tmgmt\JobItemInterface $job_item: The job item entity.
\Drupal\Core\Url|null The URL object for the source object.
Overrides SourcePluginInterface::getUrl
public function getUrl(JobItemInterface $job_item) {
return NULL;
}