public function LingotekConfigurationServiceInterface::getEnabledEntityTypes in Lingotek Translation 8
Same name and namespace in other branches
- 8.2 src/LingotekConfigurationServiceInterface.php \Drupal\lingotek\LingotekConfigurationServiceInterface::getEnabledEntityTypes()
- 4.0.x src/LingotekConfigurationServiceInterface.php \Drupal\lingotek\LingotekConfigurationServiceInterface::getEnabledEntityTypes()
- 3.0.x src/LingotekConfigurationServiceInterface.php \Drupal\lingotek\LingotekConfigurationServiceInterface::getEnabledEntityTypes()
- 3.1.x src/LingotekConfigurationServiceInterface.php \Drupal\lingotek\LingotekConfigurationServiceInterface::getEnabledEntityTypes()
- 3.2.x src/LingotekConfigurationServiceInterface.php \Drupal\lingotek\LingotekConfigurationServiceInterface::getEnabledEntityTypes()
- 3.3.x src/LingotekConfigurationServiceInterface.php \Drupal\lingotek\LingotekConfigurationServiceInterface::getEnabledEntityTypes()
- 3.4.x src/LingotekConfigurationServiceInterface.php \Drupal\lingotek\LingotekConfigurationServiceInterface::getEnabledEntityTypes()
- 3.5.x src/LingotekConfigurationServiceInterface.php \Drupal\lingotek\LingotekConfigurationServiceInterface::getEnabledEntityTypes()
- 3.6.x src/LingotekConfigurationServiceInterface.php \Drupal\lingotek\LingotekConfigurationServiceInterface::getEnabledEntityTypes()
- 3.7.x src/LingotekConfigurationServiceInterface.php \Drupal\lingotek\LingotekConfigurationServiceInterface::getEnabledEntityTypes()
- 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 25 - Contains \Drupal\lingotek\LingotekConfigurationServiceInterface
Class
- LingotekConfigurationServiceInterface
- Defines service for accessing the Lingotek configuration.
Namespace
Drupal\lingotekCode
public function getEnabledEntityTypes();