You are here

public function LingotekConfigTranslationServiceInterface::getEnabledConfigTypes in Lingotek Translation 3.4.x

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

Gets the config entities that are available for Lingotek config translation.

Return value

\Drupal\Core\Entity\EntityTypeInterface[] An array of config entities that are enabled for Lingotek config translation.

1 method overrides LingotekConfigTranslationServiceInterface::getEnabledConfigTypes()
LingotekConfigTranslationService::getEnabledConfigTypes in src/LingotekConfigTranslationService.php
Gets the config entities that are available for Lingotek config translation.

File

src/LingotekConfigTranslationServiceInterface.php, line 20

Class

LingotekConfigTranslationServiceInterface
Service for managing Lingotek configuration translations.

Namespace

Drupal\lingotek

Code

public function getEnabledConfigTypes();