public function JobItemInterface::getTranslatorPlugin

Returns the translator plugin of the translator of this job item.

Return value

\Drupal\tmgmt\TranslatorPluginInterface|null The translator plugin instance or NULL if there is none.

1 method overrides JobItemInterface::getTranslatorPlugin()
JobItem::getTranslatorPlugin in src/Entity/JobItem.php
Returns the translator plugin of the translator of this job item.

File

src/JobItemInterface.php, line 156

Class

JobItemInterface
Interface for tmgmt_job_item entity.

Namespace

Drupal\tmgmt

Code

public function getTranslatorPlugin();