You are here

public function LingotekMultipleContentConfigurationServiceInterface::setContentTranslationSettings in Lingotek Translation 3.4.x

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

Sets Lingotek translatability settings of multiple content.

Return value

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

1 method overrides LingotekMultipleContentConfigurationServiceInterface::setContentTranslationSettings()
LingotekConfigurationService::setContentTranslationSettings in src/LingotekConfigurationService.php
Sets Lingotek translatability settings of multiple content.

File

src/LingotekMultipleContentConfigurationServiceInterface.php, line 16

Class

LingotekMultipleContentConfigurationServiceInterface
Defines service for setting content configuration in a multiple way.

Namespace

Drupal\lingotek

Code

public function setContentTranslationSettings(array $contentData);