public function TMGMTSourcePluginControllerInterface::getLabel in Translation Management Tool 7
Return a title for this job item.
Parameters
TMGMTJobItem $job_item: The job item entity.
1 method overrides TMGMTSourcePluginControllerInterface::getLabel()
- TMGMTDefaultSourcePluginController::getLabel in plugin/
tmgmt.plugin.source.inc - Return a title for this job item.
File
- plugin/
tmgmt.plugin.interface.source.inc, line 42 - Contains the source plugin interface.
Class
- TMGMTSourcePluginControllerInterface
- Interface for source plugin controllers.
Code
public function getLabel(TMGMTJobItem $job_item);