public function SourcePluginInterface::getItemTypeLabel in Translation Management Tool 8
Returns the label of a source item type.
Parameters
$type: The identifier of a source item type.
1 method overrides SourcePluginInterface::getItemTypeLabel()
- SourcePluginBase::getItemTypeLabel in src/
SourcePluginBase.php - Returns the label of a source item type.
File
- src/
SourcePluginInterface.php, line 67
Class
- SourcePluginInterface
- Interface for source plugin controllers.
Namespace
Drupal\tmgmtCode
public function getItemTypeLabel($type);