You are here

public function SourcePluginInterface::getLabel in Translation Management Tool 8

Return a title for this job item.

Parameters

\Drupal\tmgmt\JobItemInterface $job_item: The job item entity.

1 method overrides SourcePluginInterface::getLabel()
SourcePluginBase::getLabel in src/SourcePluginBase.php
Return a title for this job item.

File

src/SourcePluginInterface.php, line 43

Class

SourcePluginInterface
Interface for source plugin controllers.

Namespace

Drupal\tmgmt

Code

public function getLabel(JobItemInterface $job_item);