public function LingotekInterface::getLocales in Lingotek Translation 3.3.x
Same name and namespace in other branches
- 8 src/LingotekInterface.php \Drupal\lingotek\LingotekInterface::getLocales()
- 8.2 src/LingotekInterface.php \Drupal\lingotek\LingotekInterface::getLocales()
- 4.0.x src/LingotekInterface.php \Drupal\lingotek\LingotekInterface::getLocales()
- 3.0.x src/LingotekInterface.php \Drupal\lingotek\LingotekInterface::getLocales()
- 3.1.x src/LingotekInterface.php \Drupal\lingotek\LingotekInterface::getLocales()
- 3.2.x src/LingotekInterface.php \Drupal\lingotek\LingotekInterface::getLocales()
- 3.4.x src/LingotekInterface.php \Drupal\lingotek\LingotekInterface::getLocales()
- 3.5.x src/LingotekInterface.php \Drupal\lingotek\LingotekInterface::getLocales()
- 3.6.x src/LingotekInterface.php \Drupal\lingotek\LingotekInterface::getLocales()
- 3.7.x src/LingotekInterface.php \Drupal\lingotek\LingotekInterface::getLocales()
- 3.8.x src/LingotekInterface.php \Drupal\lingotek\LingotekInterface::getLocales()
Get the available locales on Lingotek.
Return value
array Array of locales (as in de-DE, es-ES). Empty array if there is an error.
2 methods override LingotekInterface::getLocales()
- Lingotek::getLocales in src/
Lingotek.php - Get the available locales on Lingotek.
- LingotekFake::getLocales in tests/
modules/ lingotek_test/ src/ LingotekFake.php - Get the available locales on Lingotek.
File
- src/
LingotekInterface.php, line 15
Class
Namespace
Drupal\lingotekCode
public function getLocales();