public function SourcePluginInterface::getUrl

Returns the Uri for this job item.

Parameters

\Drupal\tmgmt\JobItemInterface $job_item: The job item entity.

Return value

\Drupal\Core\Url|null The URL object for the source object.

1 method overrides SourcePluginInterface::getUrl()
SourcePluginBase::getUrl in src/SourcePluginBase.php
Returns the Uri for this job item.

File

src/SourcePluginInterface.php, line 54

Class

SourcePluginInterface
Interface for source plugin controllers.

Namespace

Drupal\tmgmt

Code

public function getUrl(JobItemInterface $job_item);