You are here

public function TMGMTLocaleSourcePluginController::getType in Translation Management Tool 7

[@inheritdoc}

Overrides TMGMTDefaultSourcePluginController::getType

File

sources/locale/tmgmt_locale.plugin.inc, line 152
Provides the locale source controller.

Class

TMGMTLocaleSourcePluginController
Translation plugin controller for locale strings.

Code

public function getType(TMGMTJobItem $job_item) {
  return $this
    ->getItemTypeLabel($job_item->item_type);
}