public function SourcePluginInterface::getLabel

Return a title for this job item.

Parameters

string|false: The label of 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);