public function LingotekInterfaceTranslationServiceInterface::getAllLocalDocumentIds in Lingotek Translation 3.2.x
Same name and namespace in other branches
- 4.0.x src/LingotekInterfaceTranslationServiceInterface.php \Drupal\lingotek\LingotekInterfaceTranslationServiceInterface::getAllLocalDocumentIds()
- 3.3.x src/LingotekInterfaceTranslationServiceInterface.php \Drupal\lingotek\LingotekInterfaceTranslationServiceInterface::getAllLocalDocumentIds()
- 3.4.x src/LingotekInterfaceTranslationServiceInterface.php \Drupal\lingotek\LingotekInterfaceTranslationServiceInterface::getAllLocalDocumentIds()
- 3.5.x src/LingotekInterfaceTranslationServiceInterface.php \Drupal\lingotek\LingotekInterfaceTranslationServiceInterface::getAllLocalDocumentIds()
- 3.6.x src/LingotekInterfaceTranslationServiceInterface.php \Drupal\lingotek\LingotekInterfaceTranslationServiceInterface::getAllLocalDocumentIds()
- 3.7.x src/LingotekInterfaceTranslationServiceInterface.php \Drupal\lingotek\LingotekInterfaceTranslationServiceInterface::getAllLocalDocumentIds()
- 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 337
Class
- LingotekInterfaceTranslationServiceInterface
- Service for managing Lingotek interface translations.
Namespace
Drupal\lingotekCode
public function getAllLocalDocumentIds();