public function JobItemInterface::getSourcePlugin in Translation Management Tool 8
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\tmgmtCode
public function getSourcePlugin();