public function TMGMTSourcePluginControllerInterface::getItemTypeLabel in Translation Management Tool 7
Returns the label of a source item type.
Parameters
$type: The identifier of a source item type.
1 method overrides TMGMTSourcePluginControllerInterface::getItemTypeLabel()
- TMGMTDefaultSourcePluginController::getItemTypeLabel in plugin/
tmgmt.plugin.source.inc - Returns the label of a source item type.
File
- plugin/
tmgmt.plugin.interface.source.inc, line 65 - Contains the source plugin interface.
Class
- TMGMTSourcePluginControllerInterface
- Interface for source plugin controllers.
Code
public function getItemTypeLabel($type);