You are here

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

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

Loads the component with the given document id.

Parameters

string $document_id: The document id.

Return value

string The component with the given document id.

1 method overrides LingotekInterfaceTranslationServiceInterface::loadByDocumentId()
LingotekInterfaceTranslationService::loadByDocumentId in src/LingotekInterfaceTranslationService.php
Loads the component with the given document id.

File

src/LingotekInterfaceTranslationServiceInterface.php, line 332

Class

LingotekInterfaceTranslationServiceInterface
Service for managing Lingotek interface translations.

Namespace

Drupal\lingotek

Code

public function loadByDocumentId($document_id);