You are here

public function LingotekConfigurationServiceInterface::getEnabledEntityTypes in Lingotek Translation 3.5.x

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

Gets the entity types that are enabled for Lingotek content translation.

Return value

\Drupal\Core\Entity\EntityTypeInterface[] An array of entity types that are enabled for Lingotek content translation.

1 method overrides LingotekConfigurationServiceInterface::getEnabledEntityTypes()
LingotekConfigurationService::getEnabledEntityTypes in src/LingotekConfigurationService.php
Gets the entity types that are enabled for Lingotek content translation.

File

src/LingotekConfigurationServiceInterface.php, line 20

Class

LingotekConfigurationServiceInterface
Defines service for accessing the Lingotek configuration.

Namespace

Drupal\lingotek

Code

public function getEnabledEntityTypes();