public function LingotekConfigMetadataInterface::setJobId in Lingotek Translation 3.4.x
Same name and namespace in other branches
- 8.2 src/LingotekConfigMetadataInterface.php \Drupal\lingotek\LingotekConfigMetadataInterface::setJobId()
- 4.0.x src/LingotekConfigMetadataInterface.php \Drupal\lingotek\LingotekConfigMetadataInterface::setJobId()
- 3.0.x src/LingotekConfigMetadataInterface.php \Drupal\lingotek\LingotekConfigMetadataInterface::setJobId()
- 3.1.x src/LingotekConfigMetadataInterface.php \Drupal\lingotek\LingotekConfigMetadataInterface::setJobId()
- 3.2.x src/LingotekConfigMetadataInterface.php \Drupal\lingotek\LingotekConfigMetadataInterface::setJobId()
- 3.3.x src/LingotekConfigMetadataInterface.php \Drupal\lingotek\LingotekConfigMetadataInterface::setJobId()
- 3.5.x src/LingotekConfigMetadataInterface.php \Drupal\lingotek\LingotekConfigMetadataInterface::setJobId()
- 3.6.x src/LingotekConfigMetadataInterface.php \Drupal\lingotek\LingotekConfigMetadataInterface::setJobId()
- 3.7.x src/LingotekConfigMetadataInterface.php \Drupal\lingotek\LingotekConfigMetadataInterface::setJobId()
- 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
Namespace
Drupal\lingotekCode
public function setJobId($job_id);