You are here

public function TMGMTSourcePluginControllerInterface::getType in Translation Management Tool 7

Returns the type of a job item.

Parameters

TMGMTJobItem $job_item: The job item.

Return value

string A type that describes the job item.

1 method overrides TMGMTSourcePluginControllerInterface::getType()
TMGMTDefaultSourcePluginController::getType in plugin/tmgmt.plugin.source.inc
Returns the type of a job item.

File

plugin/tmgmt.plugin.interface.source.inc, line 76
Contains the source plugin interface.

Class

TMGMTSourcePluginControllerInterface
Interface for source plugin controllers.

Code

public function getType(TMGMTJobItem $job_item);