public function JobInterface::getTranslatorId

Returns the translator ID for this job.

Return value

int|null The translator ID or NULL if there is none.

1 method overrides JobInterface::getTranslatorId()
Job::getTranslatorId in src/Entity/Job.php
Returns the translator ID for this job.

File

src/JobInterface.php, line 307

Class

JobInterface
Interface for tmgmt_job entity.

Namespace

Drupal\tmgmt

Code

public function getTranslatorId();