public function SourcePluginInterface::getType in Translation Management Tool 8
Returns the type of a job item.
Parameters
\Drupal\tmgmt\JobItemInterface $job_item: The job item.
Return value
string A type that describes the job item.
1 method overrides SourcePluginInterface::getType()
- SourcePluginBase::getType in src/
SourcePluginBase.php - Returns the type of a job item.
File
- src/
SourcePluginInterface.php, line 78
Class
- SourcePluginInterface
- Interface for source plugin controllers.
Namespace
Drupal\tmgmtCode
public function getType(JobItemInterface $job_item);