You are here

public function LingotekApiInterface::getLocales in Lingotek Translation 3.1.x

Same name and namespace in other branches
  1. 8 src/Remote/LingotekApiInterface.php \Drupal\lingotek\Remote\LingotekApiInterface::getLocales()
  2. 8.2 src/Remote/LingotekApiInterface.php \Drupal\lingotek\Remote\LingotekApiInterface::getLocales()
  3. 4.0.x src/Remote/LingotekApiInterface.php \Drupal\lingotek\Remote\LingotekApiInterface::getLocales()
  4. 3.0.x src/Remote/LingotekApiInterface.php \Drupal\lingotek\Remote\LingotekApiInterface::getLocales()
  5. 3.2.x src/Remote/LingotekApiInterface.php \Drupal\lingotek\Remote\LingotekApiInterface::getLocales()
  6. 3.3.x src/Remote/LingotekApiInterface.php \Drupal\lingotek\Remote\LingotekApiInterface::getLocales()
  7. 3.4.x src/Remote/LingotekApiInterface.php \Drupal\lingotek\Remote\LingotekApiInterface::getLocales()
  8. 3.5.x src/Remote/LingotekApiInterface.php \Drupal\lingotek\Remote\LingotekApiInterface::getLocales()
  9. 3.6.x src/Remote/LingotekApiInterface.php \Drupal\lingotek\Remote\LingotekApiInterface::getLocales()
  10. 3.7.x src/Remote/LingotekApiInterface.php \Drupal\lingotek\Remote\LingotekApiInterface::getLocales()
  11. 3.8.x src/Remote/LingotekApiInterface.php \Drupal\lingotek\Remote\LingotekApiInterface::getLocales()

Get the available locales on Lingotek.

Return value

array|bool Array of locales (as in de-DE, es-ES). FALSE if there is an error.

1 method overrides LingotekApiInterface::getLocales()
LingotekApi::getLocales in src/Remote/LingotekApi.php
Get the available locales on Lingotek.

File

src/Remote/LingotekApiInterface.php, line 24

Class

LingotekApiInterface

Namespace

Drupal\lingotek\Remote

Code

public function getLocales();