public function JobItemInterface::getSourceUrl in Translation Management Tool 8
Retrieves the path to the source object via the source controller.
Return value
\Drupal\Core\Url The URL object for the source object.
1 method overrides JobItemInterface::getSourceUrl()
- JobItem::getSourceUrl in src/
Entity/ JobItem.php - Retrieves the path to the source object via the source controller.
File
- src/
JobItemInterface.php, line 118
Class
- JobItemInterface
- Interface for tmgmt_job_item entity.
Namespace
Drupal\tmgmtCode
public function getSourceUrl();