public function JobItemInterface::getSourceLabel in Translation Management Tool 8
Retrieves the label of the source object via the source controller.
Return value
string The label of the source object.
1 method overrides JobItemInterface::getSourceLabel()
- JobItem::getSourceLabel in src/
Entity/ JobItem.php - Retrieves the label of the source object via the source controller.
File
- src/
JobItemInterface.php, line 110
Class
- JobItemInterface
- Interface for tmgmt_job_item entity.
Namespace
Drupal\tmgmtCode
public function getSourceLabel();