public function LingotekConfigTranslationServiceInterface::getEnabledConfigTypes in Lingotek Translation 3.4.x
Same name and namespace in other branches
- 8 src/LingotekConfigTranslationServiceInterface.php \Drupal\lingotek\LingotekConfigTranslationServiceInterface::getEnabledConfigTypes()
- 8.2 src/LingotekConfigTranslationServiceInterface.php \Drupal\lingotek\LingotekConfigTranslationServiceInterface::getEnabledConfigTypes()
- 4.0.x src/LingotekConfigTranslationServiceInterface.php \Drupal\lingotek\LingotekConfigTranslationServiceInterface::getEnabledConfigTypes()
- 3.0.x src/LingotekConfigTranslationServiceInterface.php \Drupal\lingotek\LingotekConfigTranslationServiceInterface::getEnabledConfigTypes()
- 3.1.x src/LingotekConfigTranslationServiceInterface.php \Drupal\lingotek\LingotekConfigTranslationServiceInterface::getEnabledConfigTypes()
- 3.2.x src/LingotekConfigTranslationServiceInterface.php \Drupal\lingotek\LingotekConfigTranslationServiceInterface::getEnabledConfigTypes()
- 3.3.x src/LingotekConfigTranslationServiceInterface.php \Drupal\lingotek\LingotekConfigTranslationServiceInterface::getEnabledConfigTypes()
- 3.5.x src/LingotekConfigTranslationServiceInterface.php \Drupal\lingotek\LingotekConfigTranslationServiceInterface::getEnabledConfigTypes()
- 3.6.x src/LingotekConfigTranslationServiceInterface.php \Drupal\lingotek\LingotekConfigTranslationServiceInterface::getEnabledConfigTypes()
- 3.7.x src/LingotekConfigTranslationServiceInterface.php \Drupal\lingotek\LingotekConfigTranslationServiceInterface::getEnabledConfigTypes()
- 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\lingotekCode
public function getEnabledConfigTypes();