You are here

public function LingotekInterfaceTranslationServiceInterface::getDocumentId in Lingotek Translation 4.0.x

Same name and namespace in other branches
  1. 3.2.x src/LingotekInterfaceTranslationServiceInterface.php \Drupal\lingotek\LingotekInterfaceTranslationServiceInterface::getDocumentId()
  2. 3.3.x src/LingotekInterfaceTranslationServiceInterface.php \Drupal\lingotek\LingotekInterfaceTranslationServiceInterface::getDocumentId()
  3. 3.4.x src/LingotekInterfaceTranslationServiceInterface.php \Drupal\lingotek\LingotekInterfaceTranslationServiceInterface::getDocumentId()
  4. 3.5.x src/LingotekInterfaceTranslationServiceInterface.php \Drupal\lingotek\LingotekInterfaceTranslationServiceInterface::getDocumentId()
  5. 3.6.x src/LingotekInterfaceTranslationServiceInterface.php \Drupal\lingotek\LingotekInterfaceTranslationServiceInterface::getDocumentId()
  6. 3.7.x src/LingotekInterfaceTranslationServiceInterface.php \Drupal\lingotek\LingotekInterfaceTranslationServiceInterface::getDocumentId()
  7. 3.8.x src/LingotekInterfaceTranslationServiceInterface.php \Drupal\lingotek\LingotekInterfaceTranslationServiceInterface::getDocumentId()

Gets the document id in the Lingotek platform for a given component.

Parameters

string $component: The component which we want the document id.

Return value

string The document id in the Lingotek platform.

1 method overrides LingotekInterfaceTranslationServiceInterface::getDocumentId()
LingotekInterfaceTranslationService::getDocumentId in src/LingotekInterfaceTranslationService.php
Gets the document id in the Lingotek platform for a given component.

File

src/LingotekInterfaceTranslationServiceInterface.php, line 135

Class

LingotekInterfaceTranslationServiceInterface
Service for managing Lingotek interface translations.

Namespace

Drupal\lingotek

Code

public function getDocumentId($component);