You are here

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

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

Sets the document id.

Parameters

string $document_id: The document id.

Return value

$this

1 method overrides LingotekConfigMetadataInterface::setDocumentId()
LingotekConfigMetadata::setDocumentId in src/Entity/LingotekConfigMetadata.php
Sets the document id.

File

src/LingotekConfigMetadataInterface.php, line 22

Class

LingotekConfigMetadataInterface

Namespace

Drupal\lingotek

Code

public function setDocumentId($document_id);