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