public function JobItemInterface::getTranslator

Returns the translator for this job item.

Return value

\Drupal\tmgmt\TranslatorInterface The translator entity or NULL if there is none.

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

File

src/JobItemInterface.php, line 140

Class

JobItemInterface
Interface for tmgmt_job_item entity.

Namespace

Drupal\tmgmt

Code

public function getTranslator();