You are here

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

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

Gets all local document ids.

Return value

string[] Gets all local document ids.

1 method overrides LingotekInterfaceTranslationServiceInterface::getAllLocalDocumentIds()
LingotekInterfaceTranslationService::getAllLocalDocumentIds in src/LingotekInterfaceTranslationService.php
Gets all local document ids.

File

src/LingotekInterfaceTranslationServiceInterface.php, line 340

Class

LingotekInterfaceTranslationServiceInterface
Service for managing Lingotek interface translations.

Namespace

Drupal\lingotek

Code

public function getAllLocalDocumentIds();