You are here

public function LingotekConfigMetadataInterface::setJobId in Lingotek Translation 3.4.x

Same name and namespace in other branches
  1. 8.2 src/LingotekConfigMetadataInterface.php \Drupal\lingotek\LingotekConfigMetadataInterface::setJobId()
  2. 4.0.x src/LingotekConfigMetadataInterface.php \Drupal\lingotek\LingotekConfigMetadataInterface::setJobId()
  3. 3.0.x src/LingotekConfigMetadataInterface.php \Drupal\lingotek\LingotekConfigMetadataInterface::setJobId()
  4. 3.1.x src/LingotekConfigMetadataInterface.php \Drupal\lingotek\LingotekConfigMetadataInterface::setJobId()
  5. 3.2.x src/LingotekConfigMetadataInterface.php \Drupal\lingotek\LingotekConfigMetadataInterface::setJobId()
  6. 3.3.x src/LingotekConfigMetadataInterface.php \Drupal\lingotek\LingotekConfigMetadataInterface::setJobId()
  7. 3.5.x src/LingotekConfigMetadataInterface.php \Drupal\lingotek\LingotekConfigMetadataInterface::setJobId()
  8. 3.6.x src/LingotekConfigMetadataInterface.php \Drupal\lingotek\LingotekConfigMetadataInterface::setJobId()
  9. 3.7.x src/LingotekConfigMetadataInterface.php \Drupal\lingotek\LingotekConfigMetadataInterface::setJobId()
  10. 3.8.x src/LingotekConfigMetadataInterface.php \Drupal\lingotek\LingotekConfigMetadataInterface::setJobId()

Sets the job ID of the uploaded document.

Parameters

string $job_id: The job ID of the uploaded document.

Return value

$this

1 method overrides LingotekConfigMetadataInterface::setJobId()
LingotekConfigMetadata::setJobId in src/Entity/LingotekConfigMetadata.php
Sets the job ID of the uploaded document.

File

src/LingotekConfigMetadataInterface.php, line 97

Class

LingotekConfigMetadataInterface

Namespace

Drupal\lingotek

Code

public function setJobId($job_id);