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