public function LocalTaskInterface::getJob in Translation Management Tool 8
Return the corresponding translation job.
Return value
\Drupal\tmgmt\JobInterface The job.
1 method overrides LocalTaskInterface::getJob()
- LocalTask::getJob in translators/
tmgmt_local/ src/ Entity/ LocalTask.php - Return the corresponding translation job.
File
- translators/
tmgmt_local/ src/ LocalTaskInterface.php, line 57
Class
- LocalTaskInterface
- Interface for tmgmt_local_task entity.
Namespace
Drupal\tmgmt_localCode
public function getJob();