You are here

public function LingotekConfigurationServiceInterface::getEnabledLanguages in Lingotek Translation 3.4.x

Same name and namespace in other branches
  1. 4.0.x src/LingotekConfigurationServiceInterface.php \Drupal\lingotek\LingotekConfigurationServiceInterface::getEnabledLanguages()
  2. 3.1.x src/LingotekConfigurationServiceInterface.php \Drupal\lingotek\LingotekConfigurationServiceInterface::getEnabledLanguages()
  3. 3.2.x src/LingotekConfigurationServiceInterface.php \Drupal\lingotek\LingotekConfigurationServiceInterface::getEnabledLanguages()
  4. 3.3.x src/LingotekConfigurationServiceInterface.php \Drupal\lingotek\LingotekConfigurationServiceInterface::getEnabledLanguages()
  5. 3.5.x src/LingotekConfigurationServiceInterface.php \Drupal\lingotek\LingotekConfigurationServiceInterface::getEnabledLanguages()
  6. 3.6.x src/LingotekConfigurationServiceInterface.php \Drupal\lingotek\LingotekConfigurationServiceInterface::getEnabledLanguages()
  7. 3.7.x src/LingotekConfigurationServiceInterface.php \Drupal\lingotek\LingotekConfigurationServiceInterface::getEnabledLanguages()
  8. 3.8.x src/LingotekConfigurationServiceInterface.php \Drupal\lingotek\LingotekConfigurationServiceInterface::getEnabledLanguages()

Returns all the languages that are Lingotek enabled.

Return value

\Drupal\language\ConfigurableLanguageInterface[] The languages.

1 method overrides LingotekConfigurationServiceInterface::getEnabledLanguages()
LingotekConfigurationService::getEnabledLanguages in src/LingotekConfigurationService.php
Returns all the languages that are Lingotek enabled.

File

src/LingotekConfigurationServiceInterface.php, line 274

Class

LingotekConfigurationServiceInterface
Defines service for accessing the Lingotek configuration.

Namespace

Drupal\lingotek

Code

public function getEnabledLanguages();