You are here

public function TMGMTSourcePluginControllerInterface::getUri in Translation Management Tool 7

Returns the Uri for this job item.

Parameters

TMGMTJobItem $job_item: The job item entity.

See also

entity_uri()

1 method overrides TMGMTSourcePluginControllerInterface::getUri()
TMGMTDefaultSourcePluginController::getUri in plugin/tmgmt.plugin.source.inc
Returns the Uri for this job item.

File

plugin/tmgmt.plugin.interface.source.inc, line 52
Contains the source plugin interface.

Class

TMGMTSourcePluginControllerInterface
Interface for source plugin controllers.

Code

public function getUri(TMGMTJobItem $job_item);