interface LingotekMultipleContentConfigurationServiceInterface in Lingotek Translation 3.4.x
Same name and namespace in other branches
- 4.0.x src/LingotekMultipleContentConfigurationServiceInterface.php \Drupal\lingotek\LingotekMultipleContentConfigurationServiceInterface
- 3.1.x src/LingotekMultipleContentConfigurationServiceInterface.php \Drupal\lingotek\LingotekMultipleContentConfigurationServiceInterface
- 3.2.x src/LingotekMultipleContentConfigurationServiceInterface.php \Drupal\lingotek\LingotekMultipleContentConfigurationServiceInterface
- 3.3.x src/LingotekMultipleContentConfigurationServiceInterface.php \Drupal\lingotek\LingotekMultipleContentConfigurationServiceInterface
- 3.5.x src/LingotekMultipleContentConfigurationServiceInterface.php \Drupal\lingotek\LingotekMultipleContentConfigurationServiceInterface
- 3.6.x src/LingotekMultipleContentConfigurationServiceInterface.php \Drupal\lingotek\LingotekMultipleContentConfigurationServiceInterface
- 3.7.x src/LingotekMultipleContentConfigurationServiceInterface.php \Drupal\lingotek\LingotekMultipleContentConfigurationServiceInterface
- 3.8.x src/LingotekMultipleContentConfigurationServiceInterface.php \Drupal\lingotek\LingotekMultipleContentConfigurationServiceInterface
Defines service for setting content configuration in a multiple way.
Hierarchy
- interface \Drupal\lingotek\LingotekMultipleContentConfigurationServiceInterface
Expanded class hierarchy of LingotekMultipleContentConfigurationServiceInterface
All classes that implement LingotekMultipleContentConfigurationServiceInterface
File
Namespace
Drupal\lingotekView source
interface LingotekMultipleContentConfigurationServiceInterface {
/**
* Sets Lingotek translatability settings of multiple content.
*
* @return \Drupal\Core\Entity\EntityTypeInterface[]
* An array of entity types that are enabled for Lingotek content translation.
*/
public function setContentTranslationSettings(array $contentData);
}
Members
Name | Modifiers | Type | Description | Overrides |
---|---|---|---|---|
LingotekMultipleContentConfigurationServiceInterface:: |
public | function | Sets Lingotek translatability settings of multiple content. | 1 |