public function SourcePluginInterface::getType

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\tmgmt

Code

public function getType(JobItemInterface $job_item);