public function JobItemInterface::getSourcePlugin

Returns an instance of the configured source plugin.

Return value

\Drupal\tmgmt\SourcePluginInterface

1 method overrides JobItemInterface::getSourcePlugin()
JobItem::getSourcePlugin in src/Entity/JobItem.php
Returns an instance of the configured source plugin.

File

src/JobItemInterface.php, line 209

Class

JobItemInterface
Interface for tmgmt_job_item entity.

Namespace

Drupal\tmgmt

Code

public function getSourcePlugin();